Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #665821

    When I add a link to text and hover over it, it adds an underline beneath the text. How can I remove the underline and just have it hover in a color without the underline?

    #665852

    Hey djshortkut,

    use this code inside Quick CSS field:

    a:hover, a:focus, a:visited {
    text-decoration: none;
    }
    

    Best regards,
    Andy

    #665887

    Thank you Andy! You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Text Link Hover’ is closed to new replies.