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!! 🙂
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024