PenciDesign Supporter replied
Staff Reply
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.