Contact us form background color


Author Message
DebbyP

Posted: 8/20/2015
Quote message 

How do I change the background color on the contact us page form? The form fields are a dark gray and I would like them to be white but can't figure how/where to go, to change it.
http://www.kingss.net/index.php/contacts

PHP Version 5.4.42
Joomla! Version Joomla! 3.4.3 Stable [ Ember ] 2-July-2015 16:00 GMT

Anything you can suggest?
DebbyP
 
James G

Posted: 8/20/2015
Quote message 

This is global.
add this to bottom of template.css

input {background:#FFFFFF!important;color:#000000;}
textarea {background:#FFFFFF!important;color:#000000;}
 
DebbyP

Posted: 8/20/2015
Quote message 

Thank you, worked like a charm.