• Resolved kmcg00

    (@kmcg00)


    Hi guys

    How do I stop the underline for url links?
    a:hover and text-decoration is not working.

Viewing 1 replies (of 1 total)
  • Theme Author mythemes

    (@mythemes)

    Hello,
    you have to use this custom css

    .hentry .tempo-hentry a:not(.more-link):not(.tempo-btn):not(.btn):not(.button):hover:before{
    background: transparent;
    display: none;
    }

    Have a nice day.

Viewing 1 replies (of 1 total)
  • The topic ‘URL link underline on hover’ is closed to new replies.