Remove 'CONTINUE SHOPPING' - (Refresh Theme)

Hello,

I would like to remove both the ‘CONTINUE SHOPPING’ button and hyperlink on the cart page.

I am a one product store so don’t feel the need to keep these on the cart page.

Here is my store for reference:

www.mmmtrading.co.uk

1 Like

Hi @mmmtrading

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file → Save

a[href=“/collections/all”] {
display: none;
}

Hope that my solution works for you.
Best regards,
Victor | PageFly

@mmmtrading Go to assets/base.css and paste below css at bottom of file.

.title-wrapper-with-link a
{display: none !important;}

:goat: