This is my sitehttp://gta-on.com
How can I get my head bar and all side box head bar color to be green just like this:
Thanks
This is my sitehttp://gta-on.com
How can I get my head bar and all side box head bar color to be green just like this:
Thanks
open your stylesheet.css in your override
for top header nave locate the following rule
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {stylesheet.css (line 220)
background-color:#9A9A9A;
color:#FFFFFF;
font-weight:bold;
height:1%;
margin:0;
width:100%;
}
for left side box locate this rule
.leftBoxHeading, .centerBoxHeading {stylesheet.css (line 488)
background-color:#FF6699;
margin:0;
padding:0.5em 0.2em;
}
for right side box locate this one .
.rightBoxHeading {stylesheet.css (line 509)
background-color:#663366;
margin:0;
padding:0.2em 0;
}
change colour in each red block to your own colour code .
hope this helps.
Thanks a lot Tony, it fixed most of my problems, but there are still some different colors on the bottom left side and center of my site, how can I change them to my color code #387C44? and get rid of the gold color shade above categories , reviews, information......
Please have a look:http://gta-on.com
with your left side box background color
#navColumnOne {stylesheet.css (line 295)
background-color:#FFCC99;
}
Change to white
navigation for your bread crumb
#navBreadCrumb {stylesheet.css (line 280)
background-color:#CC9900;
}
change to your own colour .
you may have other heading colours for sponsor , banner etc.
if you have firefox , then install firebug extension , that should pretty much tell you which rule you need to modify to get your site fixed.
Thanks again Tony, my last question is how to level the top left side box header (categories) to the (home) and top right side box( sponsors)?
http://gta-on.com
in your CSS file fine this code
.leftBoxContainer {stylesheet.css (line 494)
border:1px solid #FFFFFF;
margin-top:1.5em; << remove this line
}
Tony, I did it. You are the best! Thank you very much!![]()
you very welcome![]()