What's your biggest current challenge? Have your say in Community Polls along the right column.

Dawn - remove Prices From Collage And Featured Collection

Dawn - remove Prices From Collage And Featured Collection

Ben1000
Trailblazer
262 3 74

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

 

Ben1000_0-1648753850569.png

 

How to solve this problem?

 

https://wortheattt.myshopify.com/

 

Thanks

Replies 5 (5)

AvadaCommerce
Shopify Partner
3879 839 990

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.

banned
RTSGroup
Visitor
1 0 1

Hello I tried using this on my theme its not working. The collage section still has price 

RTSGroup_0-1652234420943.pngRTSGroup_1-1652234436537.png

 

KetanKumar
Shopify Partner
37431 3662 12116

@RTSGroup 

oh sorry that is placeholder text if you have added product product doesn't see price can you try 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

KetanKumar
Shopify Partner
37431 3662 12116

@Ben1000 

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;}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
SanDee222
Excursionist
31 0 12

I tried this code this afternoon and it worked perfectly for me. Thank you very much.