How do I remove price from a specific collection product grid

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!

3 Likes

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?

@httpcal

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.

1 Like

Hi!:slight_smile: The website is avecamourstudio.com and the password is clogha !

Hello!:slight_smile: @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:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-card.css->paste below code at the bottom of the file:
.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.

1 Like

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:

  1. Go to Online Store->Theme->Edit code
  2. Find file “theme.liquid”->find “” and paste below code at the before :
{% 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.

1 Like

Absolute legend! Thank you so much for the help! :slightly_smiling_face:

1 Like

Could you help me too? I cannot seem to get it to work on the specific collections I need

Hi @AvadaCommerce

It’s not working for me. Can you please assist. Thank you