Cannot remove underline for links
Hello, I am using the Ocean WP theme and have tried many css options but none have worked in removing the underline in links?
0
-
Hello,
it will be underlined only in the editor so you can distinguish it. In the frontend, this line will only appear at hover. If you want to remove it you can do that with custom CSS.
For this click on the text, go to the Settings -> More settings -> Advanced and there in the Custom CSS add this code:
element a {
text-decoration: none !important;
}Best regards,
Nelea.
0
Please sign in to leave a comment.
Comments
1 comment