Shopify themes, liquid, logos, and UX
Hello,
I am having trouble with the "Add to cart" button not inheriting my custom font like the rest of the site. Please see photo below. Right now, this is only ocurring on my collections page. Also, if possible, I would like to remove the "see more beer" from the page as well.
Any help would be greatly appreciated!
P
Solved! Go to the solution
This is an accepted solution.
Hi @PCBCW
You can follow the following steps:
1. Please remove the width from the html.
2. Please go to the Online Store.
3. Then Edit Code.
4. Please find the theme.liquid file.
5. Please add code before closing the tag </head> tag.
<style>
.product-grid--title.product-grid--title-font-heading {
font-family: 'YearsFont' !important;
}
button.btn.quick-add-button.quick-add-button-desktop {
font-family: YearsFont !important;
}
</style>
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
This is an accepted solution.
Yearsbeer.com
Thanks
This is an accepted solution.
Hi @PCBCW
You can follow the following steps:
1. Please remove the width from the html.
2. Please go to the Online Store.
3. Then Edit Code.
4. Please find the theme.liquid file.
5. Please add code before closing the tag </head> tag.
<style>
.product-grid--title.product-grid--title-font-heading {
font-family: 'YearsFont' !important;
}
button.btn.quick-add-button.quick-add-button-desktop {
font-family: YearsFont !important;
}
</style>
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
That worked, thanks so much!
I am also having an issue with the cart page. Please see attached.
Any help would be so appreciated!
This is an accepted solution.
That worked, but I am also having trouble on the actual cart page as well, please see below.
Thanks again for the help!
Discover 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, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025