• Resolved misaka1

    (@misaka1)


    Hello,

    I am currently using a plugin called Stylish Links and for some reason, it can’t override the Colormag’s underline after hover effect when it comes to hyperlinks. It’s working on the pages, but it does not work for the posts.
    Is there a way how to remove this “underline effect after hover” from the theme with additional CSS or by modifying the theme?

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Thread Starter misaka1

    (@misaka1)

    I fixed it.
    If anyone has this problem with Stylish Links add this code to the additional CSS

    a:hover, a:visited, a:link, a:active {
    
        text-decoration: none!important;
    
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove underline on hover’ is closed to new replies.