Home Forums WoodMart support forum Link text hover underline Reply To: Link text hover underline

#314744

Hello,

I saw the screenshot you attached.

It seems that you have assigned a class to all the links on your website.

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.joon:hover {
    text-decoration: underline;
}

Best Regards