Forge Theme - Remove Product Count

Solved

Forge Theme - Remove Product Count

Michelle103
Excursionist
19 0 3

Hello,

 

I am currently using Forge Theme, I would like to implement using the collection list on my homepage, but am struggling to make two changes. My url is www.gloriapatricollective.com

 

First question, how can I remove the product at the bottom? This is the most important coding change I'd like to make. 

 

Second, can I also remove the title at the bottom? 

 

I've tried the coding suggestions found online for other themes and none appear to work. 

 

Thank you,

Michelle Sample3.JPG

Accepted Solution (1)
BSSCommerce-HDL
Shopify Partner
2305 835 909

This is an accepted solution.

Hi @Michelle103, Pls insert this code to your file css: 

p.collection-loop__product-count, 
h3.collection-loop__title.animate--text {
    display: none !important;
}

Here is result: 

BSSTechVenture_0-1716823513893.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2305 835 909

Hi @Michelle103

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSTechVenture_1-1716820724396.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSTechVenture_2-1716820728887.png

 

Step 3: Insert the below code at the bottom of the file -> Save

 

 

p.collection-loop__product-count {
    display: none !important;
}

 

Here is result: 

BSSTechVenture_0-1716820677531.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Michelle103
Excursionist
19 0 3

It worked!! Amazing! Thank you!

 

Is it possible to remove the title below as below? 

BSSCommerce-HDL
Shopify Partner
2305 835 909

This is an accepted solution.

Hi @Michelle103, Pls insert this code to your file css: 

p.collection-loop__product-count, 
h3.collection-loop__title.animate--text {
    display: none !important;
}

Here is result: 

BSSTechVenture_0-1716823513893.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now