Shopify themes, liquid, logos, and UX
Hi,
I'm using the Dawn 2.0 theme. I want to hide prices under products only in the collage section and in the featured collection section. As you can see in the example below, I have two kinds of prices:
1. Regular price
2. Price from - for a product in different sizes, it shows the cheapest version as "From..."
How to solve this problem?
https://wortheattt.myshopify.com/
Thanks
Hi @Ben1000 ,
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:
.collection .card-information {
display: none;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.
Hello I tried using this on my theme its not working. The collage section still has price
oh sorry that is placeholder text if you have added product product doesn't see price can you try
sorry for that issue can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css->paste below code at the bottom of the file:
.card-information {display: none;}
I tried this code this afternoon and it worked perfectly for me. Thank you very much.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024