A space to discuss online store customization, theme development, and Liquid templating.
I've got a multitude of filters setup for a collection of products, but I don't need the built-in brand filter. I can't create products without entering a vendor, so the vendor is displaying on the collection page as a filter option, I need the built-in brand filter for other collections, just not this one.
Can anyone help me?
Solved! Go to the solution
This is an accepted solution.
details#Details-1-template--14587844624471__product-grid {
display: none;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Please share the store URL.
This is an accepted solution.
details#Details-1-template--14587844624471__product-grid {
display: none;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
This worked, thanks a lot.