• Resolved DalalRahme

    (@dalalrahme)


    Hello,

    I would like to know how to change the color of the visited links on the navigation bar (menu). Thank you.

    Dalal

Viewing 2 replies - 1 through 2 (of 2 total)
  • In style.css under /* Sidebar */

    .widget-area .widget a {
    color: #0000FF;
    }
    .widget-area .widget a:hover {
    color: #21759b;
    }
    .widget-area .widget a:visited {
    color: #0000FF;

    change to whatever color pleases you!

    Thread Starter DalalRahme

    (@dalalrahme)

    Thank you

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