Liquid, JavaScript, themes, sales channels
Hello,
I would like to put BOLD on the $250.00 $125.00 🐣 Early bird offer 🐣
How to do please ?
Thanks
Solved! Go to the solution
This is an accepted solution.
Hi @mdezaka1
Thanks Welcome to the Shopify community!
1. Go to Online Store->Themes->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-single__price span, .product-single__price s {
font-weight: bold;
}
This is an accepted solution.
Hi @mdezaka1
Thanks Welcome to the Shopify community!
1. Go to Online Store->Themes->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.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,
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
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;
}
User | RANK |
---|---|
22 | |
22 | |
10 | |
9 | |
6 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023