How to change the size of the white text “Sale” that is located in the colored SALE Circle for On Sale products…?
CCS: font-size: ; ??
Thanks very much!
How to change the size of the white text “Sale” that is located in the colored SALE Circle for On Sale products…?
CCS: font-size: ; ??
Thanks very much!
hi @cassetteplace ,
the first you need check the element Html attribute maybe will use class or id attribute:
Ex:
.item-product .sale-label{ font-size: 15px }
Anyway, if possible you can provide the link your site on here, and the community can easy check and help to you,
Below does not work! First 3 lines work, the font size does not change it…
}
.badge–sale span {
color: white;
background: blue;
font-size: 13px;
}
Never Mind. I got it to work! Thank You!