How can I modify the 'Filter' label and product count in the Dawn theme?

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?

Screenshot (806).png

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 :grinning_face_with_smiling_eyes:

1 Like

Welcome :grin:

1 Like