Hello
Streamline Theme - Mobile Version:
I’ve added some code to make the menu button into a hamburger menu rather than floating at the bottom of the page which is great on the homepage, but then when I click onto collection pages and product pages I don’t have a header menu at all so it’s really annoying to get back to the homepage or browse other products.
This is the code I used to turn the floating menu at the bottom into a hamburger at the top:
@media screen and (max-width: 767px) { .header-item { display: block !important; } button.btn.site-nav__thumb-button.js-toggle-slide-nav { display: none !important; } }Any advice?