Results 1 to 8 of 8
  1. #1
    Join Date
    Mar 2009
    Posts
    6
    Plugin Contributions
    0

    Default Head bar side box color

    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
    Attached Images Attached Images  

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Head bar side box color

    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.

  3. #3
    Join Date
    Mar 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Head bar side box color

    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

  4. #4
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Head bar side box color

    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.

  5. #5
    Join Date
    Mar 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Head bar side box color

    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

  6. #6
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Head bar side box color

    in your CSS file fine this code

    .leftBoxContainer {stylesheet.css (line 494)
    border:1px solid #FFFFFF;
    margin-top:1.5em; << remove this line
    }

  7. #7
    Join Date
    Mar 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Head bar side box color

    Tony, I did it. You are the best! Thank you very much!

  8. #8
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Head bar side box color

    you very welcome

 

 

Similar Threads

  1. Side Box Color
    By BobJBC in forum General Questions
    Replies: 2
    Last Post: 21 Apr 2009, 01:30 AM
  2. Side Box Font Color
    By brace3 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 13 Mar 2009, 04:45 AM
  3. How to change the Color of the side box title bar?
    By res in forum General Questions
    Replies: 3
    Last Post: 9 Jul 2008, 08:30 PM
  4. Bottom Green Bar in every Side Box - How do I change its Color?
    By zcnb in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Jun 2008, 04:13 PM
  5. Remove Blueish Grey Side Box Nav Bar Color
    By scribbles in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Sep 2006, 04:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg