icons in vertical navbar on left side in vegetables demo
-
Hi, please it is possible to edit left vertical navbar, i would like make my icons bigger, and maybe also is there possible to show button (maybe under the menu button) for categories? like on mobile devices? thanks
Attachments:
You must be
logged in to view attached files.
Hello,
01. This is sticky navigation. Please check this manual and configure it.
https://xtemos.com/docs-topic/sticky-navigation/
For icon size, please add the Custom CSS code below to Theme Settings > Custom CSS > Global custom CSS.
.wd-nav-vertical.wd-nav-sticky > li > a .wd-nav-img {
width: 30px !important;
height: 30px;
}
02. Try to create an HTML Block and add it in the mobile menu under Appearance > menu.
Best Regards