Re: Remove the count product quantities

Solved

How to remove product quantities from Lorenzo theme?

Nadine10
Excursionist
52 0 7

Hi,

 

Looking to remove  the count product quantities from lorenzo theme:

 

Screenshot 2024-04-25 at 12.17.18.png

 

Accepted Solution (1)

theycallmemakka
Shopify Partner
1771 432 454

This is an accepted solution.

Hi @Nadine10 

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>
.list-collections--columns__product-count.meta {
    display: none !important;
}
</style>

 

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

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

View solution in original post

Replies 4 (4)

Hardik2903
Pathfinder
95 8 12

@Nadine10  Please provide website URL.

dmwwebartisan
Shopify Partner
12360 2557 3739

@Nadine10 

Please share your store URL.

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

ThePrimeWeb
Shopify Partner
2139 616 515

Hey @Nadine10,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
.collection-list__product-count.meta,
.collection-list-grid__product-count.meta {
    display: none !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1714044669079.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

theycallmemakka
Shopify Partner
1771 432 454

This is an accepted solution.

Hi @Nadine10 

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>
.list-collections--columns__product-count.meta {
    display: none !important;
}
</style>

 

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

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com