Shopify themes, liquid, logos, and UX
Does anybody know how we can remove bold from "ADD TO CART" for all products on our website.
I see your Add to cart button is already really thin, like the thinnest, we can get. You can try to add this code
button.product-form__submit * {
font-weight: 100 !important;
}
I hope this helps
Best,
Daisy
The "Add to Cart" button is already unbold.
Hi @JoaquinExcitare, thanks for reaching out.
To address the issue, please go to your Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS and insert the following custom CSS code:
button.product-form__submit {
font-weight: 400 !important;
}
This is the expected result:
I hope my solution is helpful to you.
Liz
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025