Home › Forums › WoodMart support forum › Mobile menu -> enable the “Show › Reply To: Mobile menu -> enable the “Show
September 4, 2024 at 11:44 am
#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;
}