Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • mallman Friend
    #137792

    I am using the pyrite red theme. I would like to alter the colour of the topmost bar from red to white.
    This is the bar containing ‘you are here’ and A+ A A-. Thanks for any advice

    scotty Friend
    #289540

    open your red.css (line 55) and find…

    #ja-tpwrap {
    background:#CC0000 none repeat scroll 0 0;
    }

    Change the CC0000 to FFFFFF

    jwellman Friend
    #289541

    Look in your template .css files for the red color you are using. Look for #ja-tpwrap and change the background color.

    It will look similar to this one. Replace the background color with #FFFFFF (white)
    }

    #ja-tpwrap {
    background: #333333;
    color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    height: 26px;
    letter-spacing: 1px;
    }

    mallman Friend
    #289546

    Thanks guys-still a bit unsure, found the following code but where is the red hex value FF0000?

    #ja-tpwrap {
    background: #333333;
    color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    height: 26px;
    letter-spacing: 1px;
    }

    #ja-tpwrap a {
    color: #CCCCCC;
    }

    #ja-tpwrap a:hover, #ja-tpwrap a:active, #ja-tpwrap a:focus {
    color: #FFFFFF;
    }

    scotty Friend
    #289547

    as you are using the red theme it is not in template.css. It is in /templates/ja_pyrite/css/colors/red.css

    The color is CC0000 not true red FF000

    #ja-tpwrap {
    background: #CC0000;
    }

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  scotty 15 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum