Aurora Theme: font boldness override

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

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 tag


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 on theme.liquid

.product-price__current-price { font-weight: 400 !important; }

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:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.product-price__content * {
    font-weight: normal !important;
}

Here is the result:

I hope this helps

Best,

Daisy

this works! thank you so kindly!! :slightly_smiling_face: