How can I remove the cart dropdown in Gem theme?

Hi,
I would like to remove the dropdown cart that appears every time that customers add an item to their cart *the window that pops out).
So basically just have the tiny bubble icon that shows the number of items in the cart, without having this dropdown triggered every time that they add something.

Can someone help ?

Using Gem theme

https://randmvape-shop.de/

Hey @Daniel19901

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 tag


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

Best Regards,
Moeed

Hi @Daniel19901 ,

I have written custom CSS to remove the Cart Dropdown.

Note: In future if you want to remove the feature, just remove the code.

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code just above tag


If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka

1 Like

@theycallmemakka thank you so much! it almost solved the problem! but now I cannot click on the cart icon anymore. Any chance you help me solve this ?

Hi @Daniel19901 ,

Please add below code just below previously added code. This will redirect the users to the cart page when clicked.


Thank you