Re: How to remove "Continue Shopping" button in cart (Minimal theme)

Solved

How to remove "Continue Shopping" button in cart (Minimal theme)

Sundayla
Excursionist
35 1 4

Happy New Year all!

I would like to know if its possible to remove the "Continue Shopping" button in cart. I am using the Minimal theme.

 

Many thanks!

Accepted Solutions (2)

NileshTejani
Shopify Partner
203 12 43

This is an accepted solution.

@Sundayla add below css on theme.css file 

.cart__row a.btn.btn--secondary {
    display: none;
}
- Did we solve your issue? Like & Mark As Solution to help the community

Should you need any direct help:
Get connected: Upwork | Help Center

View solution in original post

KetanKumar
Shopify Partner
37486 3664 12133

This is an accepted solution.

@Sundayla 

Sorry you are facing this issue, it would be my pleasure to help you.

can you try this code 

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

 

.cart__row a.btn.btn--secondary {
    display: none;
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 5 (5)

NileshTejani
Shopify Partner
203 12 43

This is an accepted solution.

@Sundayla add below css on theme.css file 

.cart__row a.btn.btn--secondary {
    display: none;
}
- Did we solve your issue? Like & Mark As Solution to help the community

Should you need any direct help:
Get connected: Upwork | Help Center
PhilLennart
Shopify Partner
33 0 23

How can I REPLACE the "Continue Shopping" button with an additional checkout button? I would like to not only display the checkout button on the bottom of the cart but also at the same location where the "Continue Shopping" button is

KetanKumar
Shopify Partner
37486 3664 12133

This is an accepted solution.

@Sundayla 

Sorry you are facing this issue, it would be my pleasure to help you.

can you try this code 

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

 

.cart__row a.btn.btn--secondary {
    display: none;
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
doobuy247
Tourist
5 0 1

sorry do i have to create on asset folder a new asset "/theme.scss.liquid" then paste in there ?

rhysb
Shopify Partner
6 0 1

Would I be able to have this reply updated for 2023, where the update changed the layout of code?