How can I adjust the 'Continue Shopping' font size in Crave theme?

Solved

How can I adjust the 'Continue Shopping' font size in Crave theme?

WebWhisper
Shopify Partner
3 0 0

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

 

WebWhisper_0-1696930278622.png

 

Accepted Solution (1)

Artzen_tech
Shopify Partner
552 113 112

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

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify

View solution in original post

Replies 2 (2)

Artzen_tech
Shopify Partner
552 113 112

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

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify
WebWhisper
Shopify Partner
3 0 0

Thank you!

May I know if there is any way to identify that item as "cart-items .title-wrapper-with-link"?