Pingyin
November 16, 2022, 1:21pm
1
hi it’s a re-posted question of Re: Desktop header navigation(Dawn) - Shopify Community if anyone can please help again.
I can’t delete rest of the navigations(need to show on mobile header menu) just need it to only show one row on desktop header menu(the top 5 navigations) and hide the rest on desktop homepage. thank you!
url:https://hannahsaccesory.myshopify.com/
with password naihia
suyash1
November 16, 2022, 1:36pm
2
@Pingyin - please add this css to the very end of your ecom-base.css file and check
@media screen and (min-width: 990px){
.list-menu li:nth-child(7), .list-menu li:nth-child(8), .list-menu li:nth-child(9), .list-menu li:nth-child(10) {display: none; visibility:hidden;}
}
@Pingyin
Not sure, but you only want to hide 2nd menu line on homepage, right?
Pingyin
November 20, 2022, 9:06am
4
@suyash1 thank you for helping!