Separate category menu for desktop and mobile version
-
Hi,
I created two types of category menu on appearance, how to configure that one for desktop and another one for mobile ?
Thanks
Hello,
Please navigate to Woodmart > Head builder http://prntscr.com/iyd2pe
Choose the proper header type (your current) http://prntscr.com/iyd333
Switch to the mobile view of your header http://prntscr.com/iyd3v3 add mobile menu and set the category menu inside.
Best Regards
For mobile version, i did:
“Appearance” -> “Menu” -> Menu Settings -> checked “Mobile Side Menu”
When i open menu bar on mobile, it displays the menu that i created ans more i have more menu buttons, “Watchlist” and “My account”
https://drive.google.com/open?id=1kba30n0oO4GOq8BIWSO48Pw5v5UpUyOG
Hello,
Yes, the mobile menu has always these two items. If you want to get rid of it, add this CSS to Theme Settings > Custom CSS:
.menu-item-wishlist,
.menu-item-my-account{
display:none;
}
Best Regards
not working,
here is the result css, .site-mobile-menu li re enable the display to block
.site-mobile-menu li {
display: block;
position: relative;
}
@media (max-width: 480px)
.menu-item-wishlist, .menu-item-my-account {
display: none;
}
Hello,
Please look the below website on mobile version:
https://www.asiamarket.ie
Is it possible to get like that ?
On menu sidebar: Menu / Account / offers
Thanks
Hello,
No, our theme does not have such an option.
Best Regards