Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter j.zutter

    (@jzutter)

    After looking at it closer i am trying to change the color of the visited link not active. Thanks

    Hello!

    I assume you are referring to how it now turns to gray to show its been visited? If so, try this in your Custom CSS: (the hex# is for red, you can change that to whatever you’d like!)

    .entry-content a:visited, .comment-content a:visited {
    color: #FF0000;
    }

    Let me know if I can help you with anything else!
    Brenda

    Thread Starter j.zutter

    (@jzutter)

    the not visited link is the blue color. i wanna change the visited gray visited color into a different color.

    Thread Starter j.zutter

    (@jzutter)

    Got it to work. took a minute to update on the site once i saved the css.

    Thank You.

    Great! You are welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘change active link color’ is closed to new replies.