Home Forums WoodMart support forum how to open a menu when someone click on text?

how to open a menu when someone click on text?

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

    ajay_odedara
    Participant

    Here on the mobile menu, I will have to click on the arrow to open a menu but Can I open it even when I click on shop by category text? – http://prnt.sc/10mlqzc

    #273770

    Hello,

    I saw the screenshot you attached.

    Sorry but it is not possible to open the sub menu by clicking on the text.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios

    #382724

    stekru
    Participant

    This topic is very important for a good mobile user experience.
    If anybody is interested, I have a hard css fix for this:

    .mobile-nav .wd-nav-opener {
    position: absolute;
    right: 20px;
    height: 50px;
    width: 100%;
    background-color: transparent;
    text-align: right;
    justify-content: right;
    }
    .mobile-nav .wd-nav-opener.wd-active {
    background-color: transparent;
    color: var(–wd-primary-color);
    }

    #382742

    Hello,


    @stekru
    Thanks for sharing the code here.

    Best Regards

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