ThemeShaper Forums » Thematic

[closed]

Form Backgrounds

(2 posts)
  • Started 12 years ago by violetabella
  • Latest reply from Jonny Janiero
  • This topic is not resolved
  1. violetabella
    Member

    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!

    Posted 12 years ago #
  2. 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 #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.