Text-decoration: none not working
Hey,
I have a problem that I can't solve. I need to remove the underline from the text when I hover over it. I tried to do this via Styling/Advanced/Custom CSS text-decoration: none!important but it doesn't work. I tried adding a class and after adding a CSS with a separate plugin but it still doesn't work.
How can I solve this problem?
Thank you in advance.
-
Hi Mihaela,
Thank you for contacting us.
Please provide us with the URL, so we can inspect it. If you prefer to keep it private, we won't show it on this support thread.
I am looking forward to your response.
Best regards,
Ariel H.1 -
Hi Mihaela,
If you are on WordPress, please try adding the below code to Additional CSS under Appearance - Customize in your WordPress Dashboard.
If you are on Brizy Cloud, please add the below code under CMS- Project Settings - Custom CSS. See this screenshot https://jmp.sh/NR8X5XYV
/*Remove underline from links */
p a {
text-decoration: none !important;
}0 -
Thank you George! Fixed!
0
Please sign in to leave a comment.
Comments
3 comments