Hide product pricing on the collection page(s)

Solved

Hide product pricing on the collection page(s)

ALPMarketing
Tourist
7 0 1

Good morning! I am using the Symmetry theme for our upcoming fabrication website and am looking to hide the pricing on all products on the collection(s) page level. Some products won't have a price while others do.

 

All of the previously discussed codes and the suggested locations for placement of said code have either not worked or those specific locations may have been renamed since.

 

Any help would be much appreciated! Thanks! 😊 

 

 

Accepted Solution (1)

Weaverse
Shopify Partner
82 27 38

This is an accepted solution.

Hi @ALPMarketing 

To hide the pricing for all products on the collection page level using the Symmetry theme, you can use the following CSS code:

.product-list .theme-money { display: none; }

You can add this code to the "Additional CSS" section of your theme customization options. This should hide the pricing for all products on the collection page.

Helping merchants build super unique, high-performance storefronts using Weaverse + Hydrogen.
Looking for Development & Agency partners.
If you find the answer helpful, give it a thumbs up!
Our App: Theme Customizer for Shopify Hydrogen
Join our Weaverse + Hydrogen community: Weaverse Community

View solution in original post

Replies 3 (3)

PageFly-Victor
Shopify Partner
7865 1786 3131

Hi @ALPMarketing ,

Could you please share URL and your store password if it enabled? So that we can help you.
Thank you.

Weaverse
Shopify Partner
82 27 38

This is an accepted solution.

Hi @ALPMarketing 

To hide the pricing for all products on the collection page level using the Symmetry theme, you can use the following CSS code:

.product-list .theme-money { display: none; }

You can add this code to the "Additional CSS" section of your theme customization options. This should hide the pricing for all products on the collection page.

Helping merchants build super unique, high-performance storefronts using Weaverse + Hydrogen.
Looking for Development & Agency partners.
If you find the answer helpful, give it a thumbs up!
Our App: Theme Customizer for Shopify Hydrogen
Join our Weaverse + Hydrogen community: Weaverse Community
ALPMarketing
Tourist
7 0 1

Thank you so much! This worked.