Solved

How can I remove ‘All’ from Shop on mobile menu

Aimi261
Visitor
2 0 2

Hi, can anyone advise how to remove the menu item ‘All’ under ‘Shop’ on the mobile menu in Minimal theme? 
Thanks 

Accepted Solution (1)

pawan987
Explorer
38 8 5

This is an accepted solution.

Hi @Aimi261,

Please add this code inside your theme.css file:

.mobile-nav__sublist li:first-child {
    display: none !important;
}

Thanks 

View solution in original post

Replies 3 (3)

Kinjaldavra
Shopify Partner
2302 570 1423

hello @Aimi261 

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

pawan987
Explorer
38 8 5

This is an accepted solution.

Hi @Aimi261,

Please add this code inside your theme.css file:

.mobile-nav__sublist li:first-child {
    display: none !important;
}

Thanks 

Aimi261
Visitor
2 0 2
Click to expand...
Excellent, thank you!