Shopify themes, liquid, logos, and UX
Trying to make the add ro bag font larger and bold but having no look using code reccomended to others.
Fashionopolism theme
Thanks
Solved! Go to the solution
This is an accepted solution.
HI @Rhian_Jones
Do you mean this one?
If it is check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
input#addToCart {
font-size: 20px;
font-weight: 900;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Sorry!
Trying to make the 'add to bag' font on product pages larger and bold. Thanks (fashionopolism theme)
Can you provide a link to your website?
This is an accepted solution.
HI @Rhian_Jones
Do you mean this one?
If it is check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
input#addToCart {
font-size: 20px;
font-weight: 900;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi
Please can you also give me a code to do the same for the 'check out' button in the shopping cart.
Thanks
Yep sure, Replace with this code.
.shopify-payment-button__button, input#addToCart {
font-size: 20px !important;
font-weight: 900;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi
Thats not what i mean. I dont want to change the previous code. I want to change a completely different button.
I want the button shown on the cart drawer/cart page that says 'checkout' to be a bold and larger sized font- the same as the add to cart.
Thanks
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025