Shopify themes, liquid, logos, and UX
I've been trying to change a very specific collection that I have a template for and remove the price from it.
https://www.giantvintage.com/collections/monthly-wholesale-top-picks
I made a theme template for just this collection and want to remove the price for it. I've tried everything but still can't get it right. Does anyone have any ideas?
Solved! Go to the solution
This is an accepted solution.
Hello @tgon
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
{% if collection.url contains 'monthly-wholesale-top-picks' %}
<style>
.product--price-container {
display: none !important;
}
</style>
{% endif %}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
This is an accepted solution.
Hello @tgon
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
{% if collection.url contains 'monthly-wholesale-top-picks' %}
<style>
.product--price-container {
display: none !important;
}
</style>
{% endif %}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Wow! thank you so much! this worked!
It's my pleasure to help 😍.
User | RANK |
---|---|
210 | |
147 | |
66 | |
46 | |
41 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023