Remove product count from product grid - Dawn theme

Solved
lucy_123
Tourist
9 0 2

Hi, 

I'm looking to remove the "3 products" text from the product grid everywhere. Marked in red on the photo below, is what I mean:

 

Screenshot 2023-11-21 at 13.12.57.png

 

Hope someone can help. 

Thanks so much!

Accepted Solution (1)
makkaomakka
Shopify Partner
875 170 182

This is an accepted solution.

Hi @lucy_123 ,

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

<style>
.product-count {
    display: none!important;
}
.facets__form {
    gap: unset;
}
</style>

Result:

makkaomakka_0-1700587426523.png

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

View solution in original post

Replies 3 (3)
makkaomakka
Shopify Partner
875 170 182

This is an accepted solution.

Hi @lucy_123 ,

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

<style>
.product-count {
    display: none!important;
}
.facets__form {
    gap: unset;
}
</style>

Result:

makkaomakka_0-1700587426523.png

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

lucy_123
Tourist
9 0 2

Thanks so much! It worked. I pasted it above the last </body> of the code. 

sahilsharma9515
Shopify Partner
402 40 65

Hi @lucy_123 

 

Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for you.

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️