Move Your Cart "Continue Shopping" to a new location on the page

Hello,

I am trying to change the location of “continue shopping”. My website is not launched yet, but you can see a screenshot of what I mean. Can anyone help?

1 Like

Hello @BettyslChan

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find sections > main-cart-items.liquid and find this code of the file:
{{ 'general.continue_shopping' | t }}

Comment this code:-

{% comment %}{{ 'general.continue_shopping' | t }} {% endcomment %}

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find sections > main-cart-footer.liquid and paste this code after checkout code.

{{ 'general.continue_shopping' | t }}

1 Like

It works! Thank you so much. I’m really not good at coding at all.

One more question; is there a way I can change the text and font size of “Your cart”?

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.title-wrapper-with-link .title {
font-size: 25px;
}

Thank you!

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please All Like and Accept Solution.