How to change the size of Text in the SALE circle in simple theme

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,

www.TheCassettePlace.com

You can got to Online Store => Customize code => assets => theme.scss.css in the admin theme structure and find the short code have line:

.badge span

then change the font size number do you want,

Hope will can helpful 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!