Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I'm trying to change the font size of the "continue shopping".
Any idea how can I change it?
Theme: Crave v 11.0.0
https://augoods-int.myshopify.com/cart
passwrord: Roger
Solved! Go to the solution
This is an accepted solution.
Hello @WebWhisper
Its Artzen Technologies! We will be happy to help you today.
Follow the Below Steps:
1) Go to your Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following CSS at the bottom of the file above </body>
<style>
cart-items .title-wrapper-with-link a{
font-size: 22px;
}
</style>
Let me know if need further assistance
Regards,
Artzen Technologies
This is an accepted solution.
Hello @WebWhisper
Its Artzen Technologies! We will be happy to help you today.
Follow the Below Steps:
1) Go to your Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following CSS at the bottom of the file above </body>
<style>
cart-items .title-wrapper-with-link a{
font-size: 22px;
}
</style>
Let me know if need further assistance
Regards,
Artzen Technologies
Thank you!
May I know if there is any way to identify that item as "cart-items .title-wrapper-with-link"?
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