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!
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!
Hello @mollyaland
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
RESULT:
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
HI @mollyaland
To complete your requests, please follow these steps:
.product-price__content * {
font-weight: normal !important;
}
Here is the result:
I hope this helps
Best,
Daisy
this works! thank you so kindly!! ![]()