Removing the cart drawer when pressing the header basket in Spark Theme

I installed a custom cart drawer from an app but its not working. Whenever you press the header basket it pulls up both cart drawers. The custom cart drawer is smaller than the Spark Theme’s cart drawer so I’m looking for a way to remove it.

Hello,

The custom cart drawer is smaller than the Spark Theme’s cart drawer so I’m looking for a way to remove it.
RE: Do you wnt to remove custom cart drawer.right?

Hello @Jarch

To provide you with the most precise solution in this case, could you please share your page URL ( with pass if your store password is enabled )?

Thank you and hope to hear from you.
Best regards,
GemPages Support Team

Hi [email removed]Jarch,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

[data-quick-cart]{display:none !important}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

1 Like