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:
-
Regular price
-
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
1 Like
Hi @Ben1000 ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- 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.
@Ben1000
sorry for that issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css->paste below code at the bottom of the file:
.card-information {display: none;}
2 Likes
Hello I tried using this on my theme its not working. The collage section still has price
1 Like
@RTSGroup
oh sorry that is placeholder text if you have added product product doesn’t see price can you try
1 Like
I tried this code this afternoon and it worked perfectly for me. Thank you very much.