Dawn Theme Shopify: How to Change the (Continue Shopping) Link
Learn how to change the «Continue Shopping» link in the Shopify Dawn theme by editing the Liquid files.

1. Prepare the Icon in SVG Format

Online Store → Themes → Edit code.
2. Open the main-cart-items.liquid
File in the sections
Folder
main-cart-items.liquid
File in the sections
Folder

Find the line containing {{ routes.all_products_collection_url }}
and replace it with {{ routes.root_url }}
.
3. Open the cart-drawer.liquid
File in the snippets
Folder
cart-drawer.liquid
File in the snippets
Folder

Find the line containing {{ routes.all_products_collection_url }}
and replace it with {{ routes.root_url }}
.
Need help with setup? Contact us — we’ll handle everything for you.
Last updated
Was this helpful?