How can I remove prices from a collection page in Taste theme?

Hi!

How to remove price from collection page and featured section homepage on Taste theme?

1 Like

Hi @Greg87 ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

Ready: www.puerh.pro

Hi @Greg87 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-card.css->paste below code at the bottom of the file:
.card--media .card-information .price {
    display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

2 Likes

It didn’t help (

Hi @Greg87 ,

Can you tell me where you paste the code? I checked on the component-card.css file but didn’t see that css code.

There can be no mistake.

Hi @Greg87 ,

You pasted the wrong file. component-card.css, not component-cart.css. ^^

Thx a lot! It works.

1 Like