Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How to hide the widgets behind Shopify's Cart

Solved

How to hide the widgets behind Shopify's Cart

OBMG
Tourist
4 0 1

May I know how to hide the Rewards and Chat widget when turn on the cart drawer? 

 

OBMG_0-1730971486467.png

 

Thank you! 

 

Accepted Solution (1)

Guleria
Shopify Partner
3685 741 1038

This is an accepted solution.

Hello @OBMG ,

 

Follow these steps:

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

2. Open your base.css file and paste the following code at the bottom:

cart-drawer.drawer {
    z-index: 9999999999 !important;
}

 

If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Thanks

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
6326 1715 2068

Hey @OBMG 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Guleria
Shopify Partner
3685 741 1038

This is an accepted solution.

Hello @OBMG ,

 

Follow these steps:

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

2. Open your base.css file and paste the following code at the bottom:

cart-drawer.drawer {
    z-index: 9999999999 !important;
}

 

If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Thanks

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
OBMG
Tourist
4 0 1

Perfect! It worked! thank you so much~