Re: Remove Sale % Sold Out Buttons

Solved

How to remove Sale and Sold Out buttons after Dawn theme update?

powerguy
Explorer
46 3 18

After updating my Dawn theme from version 9 to version 10 - I now have  2 buttons on my shopify product pages.

 

A SALE button and SOLD OUT button. See screenshot below.

 

They were not there before the update,

 

Any clue how to fix that to remove the SALE and SOLD OUT buttons ?

 

https://ShopSerotta.com

 

powerguy_0-1690390790368.png

 

Accepted Solutions (2)
webizito
Shopify Partner
83 5 6

This is an accepted solution.

.price .price__container .price__regular{
    display: none;
}

Add this css

✌ We are volunteering to help | Likes and Accept as Solution will be much appreciated.
Need a Shopify developer?  | Chat on WhatsApp | Hire us at Email: info@webizito.com || Website: www.webizito.com

View solution in original post

webizito
Shopify Partner
83 5 6

This is an accepted solution.

Yes

✌ We are volunteering to help | Likes and Accept as Solution will be much appreciated.
Need a Shopify developer?  | Chat on WhatsApp | Hire us at Email: info@webizito.com || Website: www.webizito.com

View solution in original post

Replies 5 (5)

webizito
Shopify Partner
83 5 6

Hello @powerguy 

.price--show-badge .badge{
    display: none;
}


Please add this css in your base.css file.

Thanks.

✌ We are volunteering to help | Likes and Accept as Solution will be much appreciated.
Need a Shopify developer?  | Chat on WhatsApp | Hire us at Email: info@webizito.com || Website: www.webizito.com
powerguy
Explorer
46 3 18

Thank you very much Webizito ! That worked just fine.

 

Now. If I can just remove my duplicate page prices that are just above the buttons you just helped me remove.

 

I only need one price. Two prices - one over the other is confusing some of my visitors.

 

 

 

webizito
Shopify Partner
83 5 6

This is an accepted solution.

.price .price__container .price__regular{
    display: none;
}

Add this css

✌ We are volunteering to help | Likes and Accept as Solution will be much appreciated.
Need a Shopify developer?  | Chat on WhatsApp | Hire us at Email: info@webizito.com || Website: www.webizito.com
powerguy
Explorer
46 3 18

 the base.css file ?

webizito
Shopify Partner
83 5 6

This is an accepted solution.

Yes

✌ We are volunteering to help | Likes and Accept as Solution will be much appreciated.
Need a Shopify developer?  | Chat on WhatsApp | Hire us at Email: info@webizito.com || Website: www.webizito.com