In wordpress utilizzo il modulo cformII e vorrei cambiare il colore del testo del bottone di invio del modulo.
Questa è la parte di codice interessata, non riesco a far cambiare il colore:
/* */
/* FORM submit button */
/* */
p.cf-sb {
padding: 0!important;
margin: 0;
text-align:right;
}
.cform input.sendbutton {
width:150px;
padding:5px;
margin: 5px 3px 4px 0pt;
font-size:1em;
font-weight:bold;
background:url(../images/button-bg.gif) repeat-x;
border:1px solid #adadad!important;
border-left-color:#ececec!important;
border-top-color:#ececec!important;
}
Cosa devo fare?