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! 
Hi @ALPMarketing ,
Could you please share URL and your store password if it enabled? So that we can help you.
Thank you.
1 Like
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.
1 Like
Thank you so much! This worked.
1 Like