Hi there,
Can you please help me to get bold the prices. I’m using Debutify theme and this is my URL https://tentystore.com/
Many thanks
Marc
Hi there,
Can you please help me to get bold the prices. I’m using Debutify theme and this is my URL https://tentystore.com/
Many thanks
Marc
Try adding this code to the bottom of theme.scss.css
.price.price-compare {
font-weight: bold;
}
.price.on-sale {
font-weight: bold;
}
Please add the following CSS code to your assets/theme.scss.liquid bottom of the file.
.price { font-weight: bold !important; }
Thanks!
Please add the following CSS code to your assets/theme.scss.liquid bottom of the file.
.price { font-weight: 800 !important; }
yes, please try this code
.price{font-weight: bold;}