Hello,
I am using the empire theme and currently have a sale badge where the text is red and background is not there.. Would like the text to be white and have a badge that is in red. Anyone know how to fix this? Can’t find it anywhere in the (color) settings.
Hello @DaandeLeur
Please follow the steps below after logging into the Shopify admin:
-
Go to your Shopify Admin panel.
-
Click on Online Store > Themes.
-
Find the live theme and then click Actions > Edit code.
-
Search theme.css
-
Insert the provided CSS code at the end of the file and save the changes.
.product__badge--sale
{
color: #fff !important;
background-color: #f04f36 !important;
}
If you have any queries, then please share your store URL and password.