Remove product count from Collection page (Ride theme)

Solved

Remove product count from Collection page (Ride theme)

YUNIK
Visitor
3 0 2

I've haven't had any luck in removing the product count that shows up in the collection page.

I don't want to disable the sorting or filtering options, just "hide" the product count via CSS!

 

Thanks in advance!

Accepted Solution (1)

GemPages
Shopify Partner
5625 1262 1279

This is an accepted solution.

Hello @YUNIK 

 

I see you want to hide this product quantity in the collection page right? https://prnt.sc/oweDvFv-rpeq

 

You try can add the below code by following these steps:

1. Go to Online Store -> Theme -> Edit code https://prnt.sc/NIubHkOJxV7S
2. Open your base.css in the Assets folder.
3. Paste the below code at the end of the file. https://prnt.sc/521sqQY9XNgA

 

.facets-container .product-count, .facets-container .mobile-facets__count{
  display: none;
}

 

 

Kind & Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 5 (5)

GemPages
Shopify Partner
5625 1262 1279

This is an accepted solution.

Hello @YUNIK 

 

I see you want to hide this product quantity in the collection page right? https://prnt.sc/oweDvFv-rpeq

 

You try can add the below code by following these steps:

1. Go to Online Store -> Theme -> Edit code https://prnt.sc/NIubHkOJxV7S
2. Open your base.css in the Assets folder.
3. Paste the below code at the end of the file. https://prnt.sc/521sqQY9XNgA

 

.facets-container .product-count, .facets-container .mobile-facets__count{
  display: none;
}

 

 

Kind & Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
YUNIK
Visitor
3 0 2

Nailed it!

Thanks a lot.

GemPages
Shopify Partner
5625 1262 1279

Hi @YUNIK,

 

I am glad that my solution is helpful to you 😁.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

KetanKumar
Shopify Partner
37598 3668 12156

@YUNIK 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

Litos
Globetrotter
688 169 150

Hi @YUNIK,

Are you trying to hide the product count on the collection page, or at the filter?

- 1: With product count here:

Screenshot.png

Go to Assets > base.css and paste this at the bottom of the file:

.facets__form .product-count {
      display: none !important;
}

- 2: With filter:

Screenshot.png

Please go to facets.liquid file, find '{{ value.count }}' and remove code:

Screenshot.png

Hope it helps!

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.