Home Forums WoodMart support forum Add underline animation like Main Menu to Sub-Menus

Add underline animation like Main Menu to Sub-Menus

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #313900

    tbhlabib1
    Participant

    I want to add underline animations in my sub menu.. I can add that to the Main Menu.. but not able to add it to sub menus of main menu.

    #313917

    Hello,

    HTM structure does not allow adding of the same animated underline into the sub-menu. I can give you CSS for common underline on hover. Let me know if you need help with it.

    Best Regards

    #313948

    tbhlabib1
    Participant

    Yes Please Provide the CSS code.

    #313964

    Hello,

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

    body .wd-dropdown-menu.wd-design-full-width.color-scheme-light .wd-sub-menu>li>a:hover{
    text-decoration:underline;
    }

    Best Regards

    #313998

    tbhlabib1
    Participant

    Thanks for providing the CSS. but it’s better without it.
    Thanks again for helping 🙂

    #314066

    You are welcome! We are here to help.

    Wish you a wonderful day!

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