• I have installed a background image for the entire page, but I would like to have the text area background a plain off-white color.

    WordPress Classic 1.5 by Dave Shea

    body {
    background: #fff;
    background-image:
    url(‘/image/paper.jpg’);
    border: 2px solid #565;
    border-bottom: 1px solid #565;
    border-top: 3px solid #565;
    color: #000;
    font-family: ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    }

Viewing 16 replies (of 16 total)
  • It’s just a matter of applying the right CSS. The reason the codex doesn’t really cover this is because CSS is soo widely documented already it would seem silly for WP to be teaching CSS.

    CSS is fairly simple though, so all i’d suggest for anyone having a problem is to make a detailed post with the problem and ALWAYS a link to your site. Most web developers or hobbists like myself have extensions that allow us to examine CSS on a page very easily, so finding the solution is a matter of peaking at the page for a few minutes, of course dependant on what you’re trying to archieve…

    Nice to see all the solution was posted to… ?? …

Viewing 16 replies (of 16 total)
  • The topic ‘Background Color of Text Area’ is closed to new replies.