Is it possible to shut off the bar menu with product categories?
If you are using sorting via products, then unfortunately not. If you pick sorting by design, the product groups won’t be visible.
I managed to shut it off with some css:
.SprdHeader #startPageButton ~ #department-filter {
display: none;
}
My shop is: https://shop.spreadshirt.se/geektowns/
Unfortunatly a new meny pops up in mobile mode, but maybe I can find the right command to close that one aswell
1 Like
Yes, custom CSS is often the answer - but unfortunately not something we can directly support you with
GREAT to hear you sorted it out though! Woop woop!