Skip to content
Public Ticket #20051

How can I remove the underline when hovering on a link?

Conversation thread

Carlo Borja replied

Customer Reply

Thank you! That worked.

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.post-entry a:hover, .wpb_text_column a:hover {
    text-decoration: none;
}

Regards,
PenciDesign.



Carlo Borja started the conversation

Conversation Start

When hovering on a link in a single post, there is an underline that appears. 

I do not see any setting that disables this. 

Is this possible?

Want to join this conversation or access attachments? Sign in first.