We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How do I remove price from a specific collection product grid

Solved

How do I remove price from a specific collection product grid

httpcal
Tourist
5 0 4

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!

 

Screenshot 2022-03-28 094921.png

Accepted Solution (1)
AvadaCommerce
Shopify Partner
3879 840 1007

This is an accepted solution.

Hi @httpcal ,

 

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Find file "theme.liquid"->find "</body>" and paste below code at the before </body>:

 

 

{% if template contains 'collection' and collection.handle == 'work' %}
<style>
.card-information > .price {
    display: none !important;
}
</style>
{% endif %}

 

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

 

banned

View solution in original post

Replies 13 (13)

ZestardTech
Shopify Partner
6161 1100 1479

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
httpcal
Tourist
5 0 4

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

AvadaCommerce
Shopify Partner
3879 840 1007

 

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.

banned

Abhay_babu
Shopify Partner
2 0 0

Plese share url of the collection page / i'll share code to you !

 

Abhay babu

DelightCart
Shopify Partner
1271 84 158

@httpcal Can you please send me  your store url?

Delight Cart - It's time to turn your visitors into loyal shoppers! 

Delight Loyalty - Increase repeat sales quickly and build lifelong customers loyalty.
Zworthkey
Shopify Partner
5581 641 1583

@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.

httpcal
Tourist
5 0 4

Hello!:) @AvadaCommerce @Zworthkey @DelightCart @Abhay_babu 

Thank you all for anwering so quickly!! The website is avecamourstudio.com and the password is clogha !

AvadaCommerce
Shopify Partner
3879 840 1007

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.

banned
httpcal
Tourist
5 0 4

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 :')

AvadaCommerce
Shopify Partner
3879 840 1007

This is an accepted solution.

Hi @httpcal ,

 

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Find file "theme.liquid"->find "</body>" and paste below code at the before </body>:

 

 

{% if template contains 'collection' and collection.handle == 'work' %}
<style>
.card-information > .price {
    display: none !important;
}
</style>
{% endif %}

 

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

 

banned
httpcal
Tourist
5 0 4

Absolute legend! Thank you so much for the help! 🙂

Bec2
Visitor
1 0 0

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

PCee
Visitor
1 0 0

Hi @AvadaCommerce

 

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