Hi!
How to remove price from collection page and featured section homepage on Taste theme?
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:
.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.
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.
Hi @Greg87 ,
You pasted the wrong file. component-card.css, not component-cart.css. ^^
Thx a lot! It works.