Shopify themes, liquid, logos, and UX
So i tried changing the theme's color scheme settings, but when changing from black to my preferred color, it changed the entire texts color from black to that color. I only want the old price to be red, the "sale" to be green and then the quantity selection to be green aswell. Any css code that i can directly apply to the product page itself or some type of code for the theme's code? Any help would be greatly appreciated. Thanks.
Solved! Go to the solution
This is an accepted solution.
@TPOfficial Please follow the below steps to change the sale and button color in dawn theme. Let me know whether it is helpful for you.
.price--on-sale .price__container .price__sale s.price-item--regular {
color: #ff0000;
}
.price--on-sale .price__badge-sale {
background: #008000;
}
.product .product-form__input--pill input[type=radio]:checked+label {
background: #008000;
}
Hello @TPOfficial
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.
@TPOfficial this will need css coding, can you please share this product page link?
This is an accepted solution.
@TPOfficial Please follow the below steps to change the sale and button color in dawn theme. Let me know whether it is helpful for you.
.price--on-sale .price__container .price__sale s.price-item--regular {
color: #ff0000;
}
.price--on-sale .price__badge-sale {
background: #008000;
}
.product .product-form__input--pill input[type=radio]:checked+label {
background: #008000;
}
Had to apply this to the css section on the product page, but it worked! Thank you!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025