Home › Forums › WoodMart support forum › Mobile categories menu does not show up on mobile bottom nav bar › Reply To: Mobile categories menu does not show up on mobile bottom nav bar
September 24, 2024 at 3:25 pm
#599732
Artem Temos
Keymaster
It is not possible, unfortunately. But you can simply hide it with custom CSS from the header. Here is code snippet
.wd-header-mobile-nav { display: none; }