you can change the background colours of the label fields and submit button by adding the following custom css to your website.
BACKGROUND BACKGROUND COLOUR OF INPUT LABELS
(add hex colour code as required - the sample below is set at white)
input, textarea {
background-color: #ffffff;
}
BACKGROUND COLOR OF SUBMIT BUTTON
(add hex colour code as required - the sample below is set at black)
input[type=submit] {
background-color: #000000;
}
SEND BUTTON TEXT COLOR
button, input, optgroup, select, textarea {
color: #ffffff;
}
I hope this helps.
Christian Steiner
http://cathayinternetmedia.com
Celia Gates
Is there any way to change the style of the Subscription form? Can anyone advise how to make the form look more stylish in wordpress?
Thanks
4 people like this idea