Shopify themes, liquid, logos, and UX
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 ?
Solved! Go to the solution
This is an accepted solution.
.price .price__container .price__regular{
display: none;
}
Add this css
This is an accepted solution.
Yes
Hello @powerguy
.price--show-badge .badge{
display: none;
}
Please add this css in your base.css file.
Thanks.
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.
This is an accepted solution.
.price .price__container .price__regular{
display: none;
}
Add this css
the base.css file ?
This is an accepted solution.
Yes
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025