Hide product pricing on the collection page(s)

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