Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • weissefar Friend
    #150203

    I want to change the color of links in articles. How is that possible?

    I thought I knew how to do it, so I modified this file:

    /templates/ja_lead/css/template.css

    Line 70-79:

    This is the present code:

    /* Normal link */
    a {
    color: #BB2222;
    text-decoration: underline;
    }

    a:hover, a:active, a:focus {
    text-decoration: none;
    color: #BB2222;
    }

    Lets say I want the link color to be another color, I thought that I had only to change the above color codes, but if I do that, nothing happens…

    I have attached the present template.css file and a screenshot. You can find the website here: http://www.vagnsangill.dk


    1. 07-04-2010-16-08-17
    1. template.zip
    Saguaros Moderator
    #339729

    Dear weissefar!

    Pls open the file: /templates/ja_lead/css/colors/handwritten_dark.css and find codes:

    a {
    color: #858585;
    }

    replace:

    a {
    color: #BB2222;
    }

    Good luck

    weissefar Friend
    #339899

    Great! Thanks! 😉

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

This topic contains 3 replies, has 2 voices, and was last updated by  weissefar 14 years, 7 months ago.

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