Comments kurapika168 started the conversation5 days ago on Sunday 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,953PenciDesign replied5 days ago on Sunday 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 replied4 days ago on Sunday 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!