Home Forums WoodMart support forum Adding search bar icon and “hamburger” menu in sticky header Reply To: Adding search bar icon and “hamburger” menu in sticky header

#362160

lukasopalovic97
Participant

Hello,

thank you for help, but I couldn’t change mobile menu to make menu I wanted to display dropdown.
What I wanted to make is category dropdown menu but with only the “hamburger menu” icon (like in mobile menu) when in sticky header.

I’ve changed css you provided to be used for category dropdown instead of mobile menu:

.whb-general-header .wd-header-cats {
display: none;
}

.whb-sticked .whb-general-header .wd-header-cats {
display: flex;
}

So is there a way to make categories dropdown appear with icon and without text or arrow, only on main header?