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
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