• For example on this page where it says “ACCESS THE LIFE COACH TRAINING COURSE HERE”
    this is a link but its not obvious, Any help? Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Here you go. You can use this CSS code to change the colour when the link hovered:

    .entry-content a:hover {
        color: grey;
    }
    

    Regards,

    Hello there,

    Try this code that will also apply to sidebar’s links.

    
    .page-wrap a:hover,
    #secondary a:hover {
      color: #ff0000;
    }
    

    Regards,
    Kharis
    aThemes Support

    Thread Starter rebekahjsimpson

    (@rebekahjsimpson)

    Great thank you!

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis
    aThemes Support

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can I change the link hover color?’ is closed to new replies.