Background Color of Text Area
-
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;
}
- The topic ‘Background Color of Text Area’ is closed to new replies.