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; }