Home Forums WoodMart support forum Link text hover underline

Link text hover underline

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #314464

    Javi24
    Participant

    Hello,

    How to add link text hover underline? At a moment change only text color.

    https://prnt.sc/1qhjqc4

    Thank you

    #314533

    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.

    #314740

    Javi24
    Participant

    Hello,

    And how to add classical text link -> hover underline?

    https://prnt.sc/1qjofd1

    Thank you

    #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

Viewing 4 posts - 1 through 4 (of 4 total)