For CSS issues a link to your site is the easiest way to get an answer, as we can see what other rules may be overiding that rule, and if there are any issues on the page that may cause the problems

Quote Originally Posted by danilyn22 View Post
Hello

I need some direction. I am on v1.3.9h and am using CherryZen as my template.

Just recently i noticed that the content area is no longer displaying white as specified in the css file but it picking up the background color. I have tried everything to get it to work but it just isnt happening. Originally I was just using a color for the background but I changed it to a graphic just to see if it helped.


I can't find any other place to change the color. Can you help??

Here is the CSS
#contentMainWrapper {
background:url("../images/sidebox.gif") 100% 0 repeat-y; /* This is the right column background "faked" with an image. */
background-color:#FFF; /*background color for the main "content" of the site */