I am trying to change the color of the text fields as my theme color makes the fields very hard to distinguish. I have been making changes in my custom themes style.css but I can not find the proper area to make the changes needed. Please see the attached file. Any help with this would be much appreciated as I must be overlooking something that is obvious. Thanks!
http://i36.photobucket.com/albums/e6/bbymckd2002/Stuff/reg.gif [Edit GauGau] Replaced hotlinked image with attachment [/Edit]
Posting a link to your gallery might be a good start... ::)
Adjust the textinput class.
My text input looks like the following:
.textinput {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
border: 1px solid #FCFAEE;
padding-right: 3px;
padding-left: 3px;
}
What would I have to modify and/or add to change the text input field color background from white to another color? Again, thank you for your help.
Add in
background-color: #whatever;
This is not the best place for general CSS questions.
I apologize for posting my question in the wrong area. I do appreciate your help and will try your recommendation. Still learning, so thanks for the help...