Home Forums WoodMart support forum How to create the hover effect on links

How to create the hover effect on links

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #342471

    Dawood260
    Participant

    Hello

    The woodmart theme has color change hover effects on some links but not on others. I need to use the same effect on other colors, please see screenshot and suggest how can I do the same on other links in the manues.

    TIA

    Attachments:
    You must be logged in to view attached files.
    #342523

    Hello,

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

    a.woodmart-nav-link .nav-link-text:hover {
        color: var(--sub-menu-color-hover);
    }

    Best Regards

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