Home › Forums › WoodMart support forum › Enable word "menu" on mobile navigation › Reply To: Enable word "menu" on mobile navigation
April 14, 2020 at 2:46 pm
#186872
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 575px){
body .mobile-nav-icon .woodmart-burger-label {
display: inline-block;
}
}
Best Regards