• I can get the calendar to display the correct link and hover colors, but the visited is just not working. The link color does change to black when pressing on the link. Any ideas/suggestions?

    ul li a:link.thickbox {
    color: #0060ff !important;
    }
    ul li a:visited.thickbox {
    color: #000 !important;
    }

    ul li a:hover.thickbox {
    color: #0060ff !important;
    }

    ul li a:active.thickbox {
    color: #000 !important;
    }

    Thanks in advance.

    Chris

  • The topic ‘WPNG visited link in sidebar (widget)’ is closed to new replies.