Hi! I was wondering if there is a simple way to default all forms and buttons (like comment forms, etc) to have a white background? right now they are using my page background which has a pattern. Thanks!
ThemeShaper Forums » Thematic
[closed]
Form Backgrounds
(2 posts)-
Posted 12 years ago #
-
did you add the background to the following body tag from default.css?
body, input, textarea { font:15px Georgia,serif; line-height:22px; }
if so, you need keep 'input' and 'textarea' seperate.
e.g
body { background-image:blah; } input, textarea { background:#fff; }
hope this helps
Posted 12 years ago #
Topic Closed
This topic has been closed to new replies.