All things Shopify and commerce
hello!
can anyone help me with the custom css to change the weight of this font? It is too bold.
Please see picture. thank you!
www.allmyfriendsarehoopers.com
Solved! Go to the solution
This is an accepted solution.
HI @mollyaland
.product-price__content * {
font-weight: normal !important;
}
I hope this helps
Best,
Daisy
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag
<style>
.product-price__current-price {
font-weight: 400 !important;
}
</style>
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Hello @mollyaland
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.product-price__current-price {
font-weight: 400 !important;
}
</style>
RESULT:
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
HI @mollyaland
.product-price__content * {
font-weight: normal !important;
}
I hope this helps
Best,
Daisy
this works! thank you so kindly!! 🙂
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025