• Hi,
    I have been trying to change the colour of sidebar text hover & visited colour in Kubrick theme without success. The following helped but I still can’t do it. Thanks
    www.ads-software.com/support/topic/27041

Viewing 3 replies - 1 through 3 (of 3 total)
  • hkenna,
    Go into your admin panel, browse to presentation/theme editor/stylesheet and paste this in the bottom of that file. You will have to change the color of course to the one you prefer.


    #sidebar a:hover, #sidebar a:visited {
    color:#00ff00;
    }

    If you want the hover and visited to be different colors:

    #sidebar a:hover {
    color:#00ff00;
    }
    #sidebar a:visited {
    color:#cccccc;
    }

    Let me know if you have more problems

    Thread Starter hkenna

    (@hkenna)

    Hi Fluideye,
    Thanks a lot, worked a treat! H.

    No prob!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘sidebar text hover & visited colour in Kubrick’ is closed to new replies.