Hi,
Can I ask if there is any way I can delete/hide the word “Filter:” in the Dawn theme, as well as the amount of product located on the right-hand side of Filter within a collection?

Thank you so much.
Hi,
Can I ask if there is any way I can delete/hide the word “Filter:” in the Dawn theme, as well as the amount of product located on the right-hand side of Filter within a collection?

Thank you so much.
Hi @viyviy , you can hide them by following my instruction
Go to Online Store > Theme > Current theme > Actions > Edit code > Assets > open base.css file and add those code at the bottom of the file
.facets-container .facets__heading,
.facets-container .product-count { display: none !important; }
Click Save button
It worked. Thank you so much ![]()
Welcome ![]()