I'm sorry, I know that there are other posts about this, but all have gone unanswered and they are old.
I'm trying to change the background color to something a bit darker.
Has anyone done this for this theme successfully?

I have tried a few things in the custom css file but nothing is working?

Please help, its killing me :)

CommentFileSizeAuthor
#1 local-site.jpeg66.99 KBDeepika.chavan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Deepika.chavan’s picture

FileSize
66.99 KB

Hi ,
Try adding following css in your 'custom-style.css' file which is there in 'zeropoint/_custom' directory.

#top_bg {
  background: #663333 none repeat scroll 0 0;
}

#body_right, #body_left {
  background: #CC6633 none repeat scroll 0 0;
}

#top_right, #top_left {
  background: none;
}

#body_bg, .eopage {
  background: #000 none repeat scroll 0 0; 
}

/*Css to change the font color*/
a, a:link, .title, .title a, .node .terms, #aggregator .news-item .categories, #aggregator .source, #aggregator .age, #forum td .name, div.admin-panel .description {
  color: #330000;
}

Please clear cached data here- /admin/settings/performance .
Please change the color values according to your need
I tried this on my local site please check the attachment. Hope this is what you wanted.

Rgrds,
Deepika Chavan.

Phill_Naylor’s picture

Thank you so much. Please excuse my ignorance, I started learning flash so I'm very new to CSS etc.
When I use the code above, the body resizes to the original size. I narrowed the size. I can probobly figure that out.

The other thing is the bottom of the page does not change color. My main goal is to have all of the background be grey (#cccccc)

So the top changes, the body where the content is I have white and the sides change to grey, but the bottom stays white.

Any suggestions>?

thanks again for your help

Florian’s picture

Issue summary: View changes
Status: Active » Closed (fixed)