Hi,
I try to change the Link-Decoration by using CSS.
I want to have that the Link-Decoration is not underlined.
Iam trying to use the following CSS code:
a: hover {
text-decoration: none! important;
}
But it doesn't work.
Can you help me there?
I have attached a picture as an example.
Thanks.
Hi there,
Try adding this CSS to Custom CSS to remove the text underline completely in all links:
Best regards,
Laborator Team