I wish I had the white color in the body only (central area-fixed) and a different color to the right and left of the fixed part of the body. What to do?

CommentFileSizeAuthor
#2 local_site_0.jpeg125.29 KBenzo de simone
#1 local_site.jpeg110.31 KBDeepika.chavan

Comments

Deepika.chavan’s picture

StatusFileSize
new110.31 KB

Hi,

I tried to change the color of central area and left sidebar and right sidebar on my local site.
I added following css :

#sidebar-first, #sidebar-last {
  background: #808080;
}

#main-content-inner #content-group {
  background: #ffffff;
}

Please view the attachment. I hope this is what you wanted.

Rgrds,
Deepika Chavan.

enzo de simone’s picture

StatusFileSize
new125.29 KB

I modified your image to better explain what I said. I want to change the central part (body (?) in red) and the side (html (?) In blue).
Now, however, any change is made throughout the whole background (body - html)

Deepika.chavan’s picture

Hi,
Please try adding following css.

body {
  background: #2084fe none repeat scroll 0 0;
}

#main-content-inner #content-group {
  background: #fe0000;
}

If you wanna change background color of sidebars then change the color value in following code:

#sidebar-first, #sidebar-last {
  background: #808080;
}

Please clear cached data.

HTH !!

Rgrds,
Deepika Chavan

enzo de simone’s picture

OK- Thanks

goody815’s picture

Status: Active » Closed (fixed)

I'm going to close this one as fixed, based on Deepika.chavan's #3 post. Please feel free to re-open if you're still having this issue