Home Forums WoodMart support forum Mobile menu -> enable the “Show Reply To: Mobile menu -> enable the “Show

#595115

supplytech.infos
Participant

this css code word but just i need to change display: block;
}

Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for Mobile section:

.wd-nav-mobile>li>:is(.wd-sub-menu,ul.sub-sub-menu),
.wd-nav-mobile>li>ul li>:is(.wd-sub-menu,ul.sub-sub-menu) {
display: block;
}

Attachments:
You must be logged in to view attached files.