How to hideprices in Collection pages in Symmetry?

Solved

How to hideprices in Collection pages in Symmetry?

julia2505
Tourist
8 0 2

Hi, I need advice on how to hide the prices in Collection pages in Symmetry. I have hidden the prices on the product pages, but there is no option to do this on the collection pages. Please advise! Thank you

Accepted Solution (1)
Shadab_dev
Shopify Partner
1313 66 148

This is an accepted solution.

Hey, 

In your main.css file add this at the very bottom

.product-price--block, .cart-link{

display: none;

}

Try this and this should hide the prices and the cart icon from the header.

Buy me Coffee, if you feel i was helpful. Email Me here or WhatsApp me with this link for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.

View solution in original post

Replies 4 (4)

Shadab_dev
Shopify Partner
1313 66 148

In that case you can hide it with a bit of css. Share the store url and I can update the code with you. 

Buy me Coffee, if you feel i was helpful. Email Me here or WhatsApp me with this link for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.
julia2505
Tourist
8 0 2
Shadab_dev
Shopify Partner
1313 66 148

This is an accepted solution.

Hey, 

In your main.css file add this at the very bottom

.product-price--block, .cart-link{

display: none;

}

Try this and this should hide the prices and the cart icon from the header.

Buy me Coffee, if you feel i was helpful. Email Me here or WhatsApp me with this link for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.
julia2505
Tourist
8 0 2

Bravo!! You are a genius! It worked! Thank you! 🙂