What's your biggest current challenge? Have your say in Community Polls along the right column.

how do i remove this empty green button from my empty cart page

Solved

how do i remove this empty green button from my empty cart page

dumbl3d00r
Excursionist
49 0 11

 my website is http://edcf73-5d.myshopify.com/  i just want to remove this only.

image.jpg

Accepted Solution (1)

Moeed
Shopify Partner
6348 1721 2079

This is an accepted solution.

Hey @dumbl3d00r 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.cart-drawer__empty-content .button {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1732972275549.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
6348 1721 2079

This is an accepted solution.

Hey @dumbl3d00r 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.cart-drawer__empty-content .button {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1732972275549.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral