Home Forums WoodMart support forum Missing icon on "browse categories"

Missing icon on "browse categories"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #31989

    ActiveInkMedia
    Participant

    Hello,

    1) Im trying to get the 3 lines (hamburger sign) next to “browse categories”
    It didnt pop up for me, or am I missing something in the menu setting? I have attached pictures so you can see.

    2)Also, whats the setting to make the main menu get slimmer, I see that you have the “header height” but that adjusts the entire header, I’m just trying to make the menu height smaller. Like in your demo, If you look at the demo the menu height is thinner then my menu height.

    Again, thank you for your support.

    Attachments:
    You must be logged in to view attached files.
    #32029

    Bogdan Donovan
    Keymaster

    Hello,

    1. Burger icon didn’t show up because you using other types of header, unlike our main demo. To add it, please use this custom CSS snippet.

    body .secondary-header .burger-icon {
    	display: block;
    }

    2. We will consider it for our future updates, thank you for your suggestion. For now please use this custom code snippet to change menu height in the advanced header.

    body .secondary-header .menu-opener {
    	padding-top: 0;
    	padding-bottom: 0;
    }
    
    body .header-advanced .main-nav .item-level-0>a {
    	height: 44px;
    	line-height: 44px;
    }
    
    body .woodmart-shopping-cart>a:before {
    	height: 44px;
    	line-height: 44px;
    }

    Regards

    #32139

    ActiveInkMedia
    Participant

    wow you guys are fast & best at support. I just left a great review for you guys on themeforest. Thank you very much!

    #32177

    Artem Temos
    Keymaster

    Hello,

    Thank you very much for your positive review!

    Kind Regards
    Xtemos

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

The topic ‘Missing icon on "browse categories"’ is closed to new replies.