Skip to content
Public Ticket #31716

how to disable line hover link

Conversation thread

kurapika168 replied

Customer Reply

thank you!

PenciDesign Supporter replied

Staff Reply

Hi,

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

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

Regards,
PenciDesign.

kurapika168 started the conversation

Conversation Start

how do I disable the line when hover over a link?

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