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?
Hey djshortkut,
use this code inside Quick CSS field:
a:hover, a:focus, a:visited {
text-decoration: none;
}
Best regards,
Andy
Thank you Andy! You can close this thread.