Tagged: Color, CONTACT FORM, field
I’m looking for some quick CSS code that would allow me to change the color of the Contact Form field backgrounds without changing the connected colors throughout the site (for example, the URH background on sidebar menu items).
Thanks!
Hey John,
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-158 input[type='text'], .page-id-158 textarea {
background-color:green !important;
}
Regards,
Rikard
Worked perfectly, thanks!