Log in

View Full Version : how do i change this color


craigvm
12-31-2012, 11:47 AM
just wondering how to change the color of where the arrow points to in the screen shot

WorldCraft
01-01-2013, 02:35 AM
I'm actually not too sure about which stylevar goes to that, but you can add this to your additional.css for now.

#breadcrumb
{
background: /*css here*/;
}

craigvm
01-01-2013, 11:39 AM
I'm actually not too sure about which stylevar goes to that, but you can add this to your additional.css for now.

#breadcrumb
{
background: /*css here*/;
}

no that does`nt do it m8,but forgot to say the follow us buttons are in the ad spot and when the ad is turned off its ok

WorldCraft
01-02-2013, 01:52 AM
Looked at your site with Firebug. I'm a little confused why you have your <div class="body_wrapper"></div> set up like that (not wrapped around the forum's body). The way you have your site laid out you would change body_background in your stylevar editor. On a default theme this would look much different.

CAG CheechDogg
01-02-2013, 02:00 AM
I disagree WorldCraft,

You can add the following to your additional.css

.body_wrapper {
background: #000000;
}

change to what ever color you want. Always make changes using the additional.css file, this allows you to keep the changes in case you have a big upgrade or you want to target a specific area of your templates.

WorldCraft
01-02-2013, 02:07 AM
Guess it goes with preference. I usually like using stylevars and additional.css as a secondary option. But thanks. :)

CAG CheechDogg
01-02-2013, 02:11 AM
No problem , thank you too.

craigvm
01-02-2013, 06:07 PM
yeah that worked adding that too the additional.css thank you

CAG CheechDogg
01-02-2013, 11:01 PM
Great ! If you need anything else just ask away my Friend.