Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • daimondd Friend
    #129760

    I have tried modifying all css files with this template but it seems my link colors and headers (and some menu items) stay blue. Where exactly is the code to change this color?

    DDD

    instantinlaw Friend
    #254008

    If you had posted the url to your site I could have told you what lines to edit, but since you didn’t post your url you can use the css tools in my signature below to find the css that controls the color.
    Good luck

    daimondd Friend
    #254011
    instantinlaw Friend
    #254018

    /templates/ja_pollux/css/colors/grey.css

    change


    a {
    color: #4d84a7;
    }

    to whatever hex color you want.

    in

    /templates/ja_pollux/css/template.css

    only If you need to do it, add the following:

    color: #000000;

    but changing the color to your own hex. Add it to the bottom of the below code, but before the closing bracket.


    #ja-pathway a {
    padding-right: 20px;
    background-color: transparent;
    background-image: url(../images/slash.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-x-position: right;
    background-y-position: center;
    }

    Next try the css tools link in my signature below to learn how to find this info on your own.

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

This topic contains 4 replies, has 2 voices, and was last updated by  instantinlaw 16 years, 5 months ago.

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