Skip to content
Top tweaks for NEVE theme

NEVE theme CSS tweak: Remove underline link

Remove underline link

CSS code to remove underline in links in the NEVE theme.

Go to the following menu Appearance / Customize / Additional CSS.

Add the following CSS code:

.nv-comment-content a, 
.nv-content-wrap a:not(.button):not(.wp-block-file__button) {
text-decoration: none;
}

 

Leave a Reply

Your email address will not be published. Required fields are marked *