• Resolved psellers

    (@psellers)


    I just switched to Quark a few days ago and almost everything has gone fine. I do have a question.. How do you change the link colors on the menu? We would want to change the green to #990000 to better match our logo. I have looked at the code and I don’t see a way. Am I missing some easy step here?

    http://www.syscononline.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey psellers,

    Try this;

    navigation li a:hover {
    color: #990000;
    }

    Hope this is what you are looking for!
    Regards,
    Rohan

    Thread Starter psellers

    (@psellers)

    It helped, but was not exactly what I needed.
    Thanks

    I have moved on.

    Hi psellers,
    there was a slight missing in the above code ,
    the ammended one is ;

    .navigation li a:hover {
    color: #990000;
    }

    Hope you figured it out . Have a nice day !
    Best Regards,
    Rohan

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

The topic ‘Changing the color’ is closed to new replies.