Comments clarastravelroute started the conversationNovember 28, 2025 at 12:39pmHi; I don't want links in single posts to have an underline underneath them. I only want underlines when I hover over them. How can I adjust this setting?Best Regards. 3,037PenciDesign repliedNovember 29, 2025 at 12:47amHi, Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .entry-content a:not(.penci-button):not(.penci-cat-name):not(.penci-readmore), .single .entry-content a:not(.penci-button):not(.penci-cat-name):not(.penci-readmore) { text-decoration: none !important; } .entry-content a:not(.penci-button):not(.penci-cat-name):not(.penci-readmore):hover, .single .entry-content a:not(.penci-button):not(.penci-cat-name):not(.penci-readmore):hover { text-decoration: underline !important; } Regards,PenciDesign.1 Like Sign in to reply ...
Hi;
I don't want links in single posts to have an underline underneath them. I only want underlines when I hover over them. How can I adjust this setting?
Best Regards.Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.entry-content a:not(.penci-button):not(.penci-cat-name):not(.penci-readmore), .single .entry-content a:not(.penci-button):not(.penci-cat-name):not(.penci-readmore) { text-decoration: none !important; } .entry-content a:not(.penci-button):not(.penci-cat-name):not(.penci-readmore):hover, .single .entry-content a:not(.penci-button):not(.penci-cat-name):not(.penci-readmore):hover { text-decoration: underline !important; }Regards,
PenciDesign.