Shopify themes, liquid, logos, and UX
Hello, Please help as no other solutions have solved our problem. I would like to change the font on all website buttons "shop now, add to cart" etc to be the same font as website fonts or other rather than plain. How can i change this?
Also wanting to increase the font size in these buttons if possible?
Thank you in advance 🙂
Rome & Mila The Label – Rome & Mila The Label (1c6819-9b.myshopify.com)
Solved! Go to the solution
This is an accepted solution.
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above </body> tag
<style>
.button, .shopify-challenge__button, .customer button{
font-family: Americana, serif !important;
font-size:1.8rem !important;
}
</style>
change the value of 1.8rem as per your taste.
Hello @RomeMila
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>add this code at the bottom of the file.
.button, .button-label, .shopify-challenge__button, .customer button {
font-size: 2rem !important;
font-family: 'Americana' !important;
}
iCart Cart Drawer Cart Upsell App
This is an accepted solution.
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above </body> tag
<style>
.button, .shopify-challenge__button, .customer button{
font-family: Americana, serif !important;
font-size:1.8rem !important;
}
</style>
change the value of 1.8rem as per your taste.
Thank you that worked perfectly.
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