Hello,
I would like to put BOLD on the$250.00$125.00
Early bird offer ![]()
How to do please ?
Thanks
Hello,
I would like to put BOLD on the$250.00$125.00
Early bird offer ![]()
How to do please ?
Thanks
Hi @mdezaka1
Thanks Welcome to the Shopify community!
.product-single__price span, .product-single__price s {
font-weight: bold;
}
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.product-price__sale, .product-single__price{ font-weight:bold !important; }
Hope this helps.
Thanks!
Hello There,
p.product-single__price.product-single__price-1496846987120 s#ComparePrice-1496846987120 {
font-weight: bold;
}
span.product-price__price.product-price__price-1496846987120.product-price__sale.product-price__sale–single span#ProductPrice-1496846987120 {
font-weight: bold;
}