Change percent badge
To change the Sales badge & Price, paste this CSS code in the "CSS" box in the Flow's Styling settings.
.bzfy-gate-product-sale-icon{
background-color: #ec008c;
border-radius: 20px;
font-size: 15px;
color: #fff;
padding-top: 10px;
}
Change #ec008c to the color code you wish.
I also increased the font size from 12px to 15px.
Change sale price
Paste this CSS code to change the price color. Change #ec008c to the color code you wish.ย
.bzfy-gate-product-price.bzfy-gate-product-sale-price {
color: #ec008c;
}
โ