Shopify themes, liquid, logos, and UX
Can someone help me change the sale price colour in the Dawn theme? Dawn doesn't have the theme.css that other themes seem to have and I am struggling to find where to change the colour. Thanks.
@trkk you should try in base.css
sorry for that issue try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
span.badge.badge--bottom-left.color-accent-2 {
background: #ff0000;
border-color: #ff0000;
font-size: 20px;
text-transform: uppercase;
}
it looks like this is code for changing the badge, not the font colour
yes please share us current look also store url please?
@trkk
If you or anyone else still needs help with this, you just need to add the following code to your CSS:
.price__sale .price-item--regular{
color: #ff0000 !important;
}
.cart-item__price-wrapper *,
.price__sale .price-item--sale{
color: #2d2d2d !important;
}
Here is the full tutorial with more information.
Kind regards,
Diego
hi there, I am after the CSS to change the SALE price colour when showing the price as part of a collection list (Dawn) eg https://shop.redinstead.com.au/collections/sale-all-50-off
I have tried .price.price--on-sale .price__sale and a few others (including the ones above from Diego) but I can't get it right.
xxxx {
color: green;
font-size: 1.2em;
}
Should it go at the bottom of base.css or somewhere else?
Thanks a lot
Jen
can you please check
Bro! Thanks so much for this very helpful info! I've been trying to figure this out for some time now!
thanks for update if need more help let me know
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024