Jump to content
Sign in to follow this  
organicman

Change background color of header container in Platform Pro?

Recommended Posts

organicman

How do I change the background color of the header container in Platform Pro? Right now, the only way to do it is to change the body color of the page but that changes the entire body color, not just the header area. I want to have a different-colored area surrounding my header image, which currently has a white background. How do I do that while leaving the rest of the page white? change-header-background-color.jpg

Share this post


Link to post
Share on other sites
catrina

You can add this to the base.css file:

div.content-pad {background-color: #YOURCOLORHERE;}

In the future, you can use Firebug for Firefox to identify areas of a website you'd like to adjust.


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
organicman

This does not work. It changes the color of the entire background. I only want to change the color around the header area. Using Firebug, it seems that the area I want to change is the called the "branding area". I have now tried adding this code to base.css but it does not work either: #branding .content-pad { background: 367697; }

Share this post


Link to post
Share on other sites
srwaugh

Hey Kevin don't for get to put the # before the color code. Try something like #branding .texture { background: #367697; } OR #branding .content-pad { background: #367697; } Depending on how you want the background to sit. Regards Paul

Share this post


Link to post
Share on other sites
kastelic

Also, if you don't have a space between

#branding
and
.content-pad

you're going to run into problems.

Share this post


Link to post
Share on other sites
organicman

Thanks guys! You can tell I'm a noob. ;-) The #branding .texture code did the trick. This forum rocks!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×