moving continue shopping link in dawn theme

Solved

moving continue shopping link in dawn theme

facelesstrategy
Tourist
8 0 2

HI there, I need to move the link" continue shopping" under the voice "your cart". Any help? thank you so much IMG_7365.jpg

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
12019 2349 2529

This is an accepted solution.

Please add this code to your theme.liquid file, after <head>

{%- if template.name == 'cart' -%}
 <style>
.title-wrapper-with-link {
flex-direction: column;
}
</style>
{%- endif -%}

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
12019 2349 2529

Hi @facelesstrategy 

Could you share your store URL to check?

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Dan-From-Ryviu
Shopify Partner
12019 2349 2529

This is an accepted solution.

Please add this code to your theme.liquid file, after <head>

{%- if template.name == 'cart' -%}
 <style>
.title-wrapper-with-link {
flex-direction: column;
}
</style>
{%- endif -%}

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

facelesstrategy
Tourist
8 0 2

it worked! thanks a lot!!