deecemobile
Member
Posted 4 months ago #
Im trying to edit css for the text fields in the form but nothing is working. they have what looks like a greyish gradient in them and nothing will change it. Funny thing is when I try to use "web developer toolbar" to figure it out the "gradient" just disappears so I can't tell if I have actually changed it.
Example
Any help would be greatly appreciated.
Thanks
That happens because your theme set that backgroud for input type (text and password).
Search in your theme directory the file css/common.css for this line
background-image:url(../img/common_files/smallFormBackground.png);
If you remove that line, you'll have white background in those fields.
deecemobile
Member
Posted 4 months ago #
Thanks for the help. That's the fix!