how to open a menu when someone click on text?
-
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
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
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);
}
Hello,
@stekru Thanks for sharing the code here.
Best Regards