Home › Forums › WoodMart support forum › how to open a menu when someone click on text? › Reply To: how to open a menu when someone click on text?
June 13, 2022 at 10:06 am
#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);
}