• Resolved amlie

    (@amlie)


    hello,

    i’ve been through over and over the all style.css page and i cannot find how to change the color of the links, for the all site.

    i’ve done it before but aaaaaarg… cannot remembering it !

    thank you for a little hint !

    amélie

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think this is the code your looking for

    a, h2 a:hover, h3 a:hover {
    /*color: #06c;*/
     color: #229941;
    text-decoration: none;
    }

    since #229941 is green.
    Hope this works for you.

    Thread Starter amlie

    (@amlie)

    yes, wonderful !!!
    thank you very much Marjiec.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing color of links’ is closed to new replies.