Hi,
I would like to remove the “Home” menu item when the sticky navigation is activated. The logo appears on scroll down (sticky activated) and will work as the home link. I’m trying to make some room in the menu bar and give me some space for the Cart icon to stay in line, instead of it dropping below the menu (perhaps a different solution is more efficient?). Home should still appear when sticky is not activated.
I tried this, but it doesn’t seem to work.
#menu-item-1191 .nav-float-right .is_stuck.main-navigation {
display: none;
}