Hi, I don’t know if this applies to all Shopify themes, but the price on the product page is too thin for people with bad eyes to read.
This is for Context theme, and I have tried the following codes but didn’t work when I applied it to the theme code:
.data-price-wrapper p{
font-weight: 600;
}
and
.data-product-price p{
font-weight: 600;
}
and
.data-product-price span{
font-weight: 700 !important;
}
Thank you
@Melody12
Please share your store URL.
Please share your site password
So, I can help you to solve it.
@Melody12 ,
- In your Shopify Admin go to online store > themes > actions > edit code
- In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
- paste this code right above the tag:
You can change the values as per your wish:
#000000 = color, use any hex color you wish
20px = font size on desktop
15px = font size on mobile
Kind regards,
Diego
Please add below code in bottom of assets/index.css file
.data-price-wrapper .meta {
font-weight: bold;
}
Hi, please does this solution works for Expanse theme? If not could you please provide me one. Thanks 
DRPGT
11
How can you make the price bolder on mobile?