Home Forums WoodMart support forum Underline menu question

Underline menu question

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #185702

    Bulld Digital
    Participant

    Hi, I have the underline menu active and working. But I see it’s @100% width. I want to change that to 80% and center the underline. But how?

    Another issue is when I have a parent page with a sub-menu, then why doesn’t the underline stay active on the parent when visiting a submenu page?? And how to achieve that so it does work that way?

    #185826

    Hello,

    I have visited the URL you attached. To set the width of the underline menu items you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .navigation-style-underline .item-level-0:hover > a .nav-link-text::after{
    width: 80% !important;
    }

    It is the default behavior set that’s why the hover underline is not appearing on the active item on the menu.

    Best Regards.

    #185842

    Bulld Digital
    Participant

    Ok, but how to achieve a centered underline? margin:0 auto; does not seem to do anything.

    #185868

    Bulld Digital
    Participant

    Nevermind, got it to work!

    #185869

    Hello,

    Sound’s Good!!!
    That you have managed to solve your issue by yourself.
    You are the best..

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Underline menu question’ is closed to new replies.