Dawn Theme - Make atc text bold

Topic summary

A user wants to make the \

Summarized with AI on November 7. AI used: claude-sonnet-4-5-20250929.

Hello, id like to make my atc text bold without changing any of the other text in my store.

1 Like

Hello @DaandeLeur

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-form__submit{ font-weight:bold !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

  • Hello @DaandeLeur .
    Our team is ready to help you.
    Please share your website address and access password (if necessary) so that we can check and assist you.

Hello @DaandeLeur

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__info-container .price--on-sale .price-item--regular{ font-weight: 800 !important; } .swatch--gl .name-option { font-weight: 900 !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.