Hello!
I would like to remove/ stop the price from appearing on a specific collection’s product grid.
I’m not sure where that code is located even after using the inspect tool :')
Can anyone help me with this?
If it helps I use the new Sense theme!
Hello!
I would like to remove/ stop the price from appearing on a specific collection’s product grid.
I’m not sure where that code is located even after using the inspect tool :')
Can anyone help me with this?
If it helps I use the new Sense theme!
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hi @httpcal ,
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.
Plese share url of the collection page / i’ll share code to you !
@httpcal Can you please send me your store url?
Welcome to the Shopify community!
Thanks for your good question.
Please share your store URL.
So that I will check and let you know the exact solution here.
Hi!
The website is avecamourstudio.com and the password is clogha !
Hello!
@AvadaCommerce @Zworthkey @DelightCart @Abhay_babu
Thank you all for anwering so quickly!! The website is avecamourstudio.com and the password is clogha !
Hi @httpcal ,
You can follow the instruction below:
.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.
Thank you @AvadaCommerce ! So that worked but is there a way to make it more specific to one collection only? I only want the product grid under the ‘work’ tab/menu item to not show price :')
Hi @httpcal ,
You can follow the instruction below:
{% if template contains 'collection' and collection.handle == 'work' %}
{% endif %}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Absolute legend! Thank you so much for the help! ![]()
Could you help me too? I cannot seem to get it to work on the specific collections I need
It’s not working for me. Can you please assist. Thank you