Delete Products Tab from menu- Michelangelo

DanielM

Member
Hello, Dropshippers!

How can i delete the Products Tab from the menu? I have tried to edit the menu but the "Products" tab isn't there.
products.jpgproducts.jpg
Thank you!
Daniel M
 

DanielM

Member
@kpatel Please follow these steps:

Customization>Head and then add this code to css style:

Code:
ul.menu-item menu-item-has-children {
    display:none;
}
header .main-menu:nth-child(3){display:none;}

The Products from pc version will be hidden but, unfortunately the All categories from mobile version will still be there and it seems that is no way to hide it.

If anyone know how to hide "All Categories" from mobile version main menu please leave a reply.
 
E

Ekaterina Sayapina

Guest
Can you help me with same issue please?
Please use this code:
header .main-menu:nth-child(3){display:none;}

For mobile version:
.mobile-menu .category-menu .head{display:none;}

For the Home icon to appear, please add the Home page in Appearance => Menus.
 
Top