All things Shopify and commerce
Hi everyone! Just a quick question, I have uploaded a custom font to the symmetry theme, which works but I was wondering if there was a way to make all button font on the website this code? I don't know if that's possible rather than individually targeting each button within a section. Any help or advice would be greatly appreciated 😊
<style>
button, .btn, .button {
font-family: 'MyCustomFont', sans-serif !important; /* Replace 'MyCustomFont' with your font name */
}
</style>
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
- Then add the following code at the before tag </head> and press 'Save' to save it @emilyaugstudios .
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
button, .btn {
font-family:"Basic Commercial", sans-serif !important;
}
And Save.
Result:
Note: you can change the font you like to use.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024