Hello,
I need a help with changing product price to bold font.
https://afratafra.myshopify.com
Much appriciated!!!
Hello,
I need a help with changing product price to bold font.
https://afratafra.myshopify.com
Much appriciated!!!
Hello @Pelin ,
Try putting the following CSS at the bottom your theme.scss.liquid file in the theme editor:
.product-single__price {
font-weight:900;
}
It worked!!!
Thank you!
Do you also know how can I change the dollar sign ?
Current dollar sign:
![]()
What I want (bold version):
![]()