Home Forums WoodMart support forum Menu Item Hover Underline Color

Menu Item Hover Underline Color

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

    edidovski
    Participant

    How do I change the color of the underline for the menu hover option?

    Looks like it’s using my primary color but I need it white..

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

    Hung Pham
    Keymaster

    Hi edidovski,

    Thanks for reaching to us and appreciate your patience.

    I see you removed the underline instead, please let me know if you need further helps.

    Regards,

    #650581

    edidovski
    Participant

    Hey, no I didn’t remove the underline. I need a way to change the underline color because right now it’s the same color as the background so it’s not visible.

    #650658

    Hung Pham
    Keymaster

    Hi edidovski,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-nav[class*="wd-style-underline"] span.nav-link-text:after {
        background-color: #fff;
    }

    Regards,

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