Comments kurapika168 started the conversationAugust 24, 2025 at 2:26amhow do I disable the line when hover over a link?Attached files: Screenshot 2025-08-23 at 7.24.59 PM.png 2,983PenciDesign repliedAugust 24, 2025 at 3:47amHi, 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 repliedAugust 24, 2025 at 9:46pmthank you! Sign in to reply ...
how do I disable the line when hover over a link?
Attached files: Screenshot 2025-08-23 at 7.24.59 PM.png
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
thank you!