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.
Hey 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, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024