• Resolved add.redford

    (@addredford)


    So for a few days now I have been trying to figure out why my site will not display the mouse over colour of #DEC066 on all main links including visited links. Using a child theme of twenty twelve, If anybody would be kind enough to take a look I’d be grateful.
    – Site not yet finished but try the booking page for active links.

Viewing 16 replies (of 16 total)
  • Thread Starter add.redford

    (@addredford)

    Ok, looks like I’ve found the solution.

    I added an extra couple of lines of code here below the visited links selectors in my child css file:

    .entry-content a:visited,
    .comment-content a:visited {
    	color: #5894D1;
    }
    .entry-content a:hover,
    .comment-content a:hover {
    	color: #DEC066;

    This seems to have done the trick! Now to delete all the unchanged css from the child theme file .. ( I put the @import line back in )

    Thanks for all your help guys!

Viewing 16 replies (of 16 total)

The topic ‘Need help with Visited link CSS’ is closed to new replies.