Home Forums WoodMart support forum icons in vertical navbar on left side in vegetables demo

icons in vertical navbar on left side in vegetables demo

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #603874

    tmo.trnka
    Participant

    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.
    #604019

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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

Viewing 2 posts - 1 through 2 (of 2 total)