Hello , my store is https://everydayheroes-store.com/ and Im using the Craft Theme now. The letters of the buttons is to small and I want to make it bigger ,capital and bold . Any suggestion will be appreciated. The buttons I want to change is :Add to cart + Buy with buttons + Check out ( I want actually write "Proceed to Check out ββ)
Thank You
1 Like
Hello There,
In your Shopify Admin go to online store > themes > actions > edit code
Find Asset > base.css and paste this at the bottom of the file:
.product-form__submit {
font-size: 16px; /* Adjust the font size as needed */
text-transform: uppercase;
font-weight: bold;
}
.shopify-payment-button__button {
font-size: 16px; /* Adjust the font size as needed */
text-transform: uppercase;
font-weight: bold;
}
.cart__ctas button {
font-size: 16px; /* Adjust the font size as needed */
text-transform: uppercase;
font-weight: bold;
}
.button.button--primary.button--full-width {
font-size: 16px; /* Adjust the font size as needed */
text-transform: uppercase;
font-weight: bold;
}
#cart-notification-button {
font-size: 16px; /* Adjust the font size as needed */
text-transform: uppercase;
font-weight: bold;
}
1 Like
Moeed
June 14, 2023, 7:41am
3
Hey @everydayheroess
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag.
If I managed to help you then, donβt forget to Like it and Mark it as Solution!
Best Regards,
Moeed
how can i make this include ALL buy buttons? its only on checkout and in cart for me. Using Theme Colorblock.