Link text hover underline
-
Hello,
How to add link text hover underline? At a moment change only text color.
https://prnt.sc/1qhjqc4
Thank you
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS code section:
.textwidget ul.menu li a:hover {
text-decoration: underline;
}
Best Regards.
Hello,
And how to add classical text link -> hover underline?
https://prnt.sc/1qjofd1
Thank you
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