Please see http://174.120.137.66/~lisalynn/
The content and sidebar have a rt to left graded grey background. How can I get rid of this and control the background color. If you could tell me how you figured it out I'd be grateful. Thanks so much.
Please see http://174.120.137.66/~lisalynn/
The content and sidebar have a rt to left graded grey background. How can I get rid of this and control the background color. If you could tell me how you figured it out I'd be grateful. Thanks so much.
The background is in this css in file layout.css line 144. Remove the image URL with the rest of that line and add your own color code, as in
background: #ffffff;
html > body #page {
background: url(images/shadow_right.png) repeat-y right top;
}http://174.120.137.66/~lisalynn/
Didn't work, now I have a white bar on the sides. What did I do wrong?
kitkaplan,
Your white background is coming from the body. It you remove that, the white bars go away.
Cheers,
Sam
Thanks sam but please be specific. I have no clue what you mean.
I found it. html > body #page {
background: #ffffff;
}
So i removed this and the outer bars are gone but i still have that gradation in the background behind the text that looks bad on the right under the Constant contact box. I just waant a simple white background. I tried to change the image/shadow_right.png to white but that didn't help
This topic has been closed to new replies.