How can I display only top 5 navigation links on my desktop header (Dawn theme)?

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

@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?

@suyash1 thank you for helping!