Shape 5

Wordpress Club Themes => Business Pro - Club => : germinus1 May 27, 2014, 12:51:05 AM



: Background Color
: germinus1 May 27, 2014, 12:51:05 AM
Hello,

How do you change the color of the background in this theme, I am talking about the white background, I guess you could all in the inner background, The default is white , I have edited every color within the theme options and I have spent the last 2 days changing codes within the template css and nothing seems to change the color of the inner background, I can only assume this must be an image?


: Re: Background Color
: Tristan Rineer May 27, 2014, 08:17:25 AM
I just looked at the demo with Firebug (http://getfirebug.com/), and the code you are looking for is around line 368 of template.css:

:
#s5_body_wrap_inner {
    box-shadow: 0px 0px 56px rgba(0, 0, 0, 0.12);
    background: none repeat scroll 0% 0% #FFF;
}


: Re: Background Color
: germinus1 May 27, 2014, 11:44:12 AM
Many Thanks