This topic has 9 replies, 4 voices, and was last updated 2 months ago ago by Andrew Mitchell
Hi,
I want to change the z-index for the shopping cart side menu (xstore theme)
What is the correct css class to do? I tried a lot but nothing works.
Thanks!
Hello, @EV2024,
Thank you so much for purchasing our theme and contacting our support center.
Here is the shopping cart off-canvas CSS class.
.etheme-elementor-off-canvas__main {
opacity: 0.7;
}
We hope this helps. Should you require any further assistance, please do not hesitate to reach out. We are here to help you.
Best regards,
The 8Theme Team
Hi,
The z-index wont work..
.etheme-elementor-off-canvas__main {
z-index: 1000 !important;
}
Can you help? Thanks!
Hi @EV2024,
The cart side menu element locates inside this .template-container element.
So you have to change the z-index of .template-container instead:
.template-container {
z-index: 1000;
}
Result: https://prnt.sc/djpBPczeqBS5
Hope it helps!
Thank you it seems it does something but now the text is going through the icon because of the z-index is changed for all the content.. How to fix that?
Hi @EV2024,
Can you please provide us with some screenshots? Or maybe the WordPress Admin Account so we can take a closer look at your custom CSS codes.
Best regards,
The 8Theme Team
Alright, please see the private content area.
Hi @EV2024,
Can you please check again?
We’ve added this custom CSS Codes:
body .page-wrapper {
z-index: inherit;
}
Also change the z-index value of Cart/Mobile elements: https://prnt.sc/7mXxcbW41EOr
Best Regards,
The 8Theme Team.
Dear EV2024,
As we continue our mission to exceed expectations, your insights become increasingly valuable. Could we, with all due respect, request your thoughtful feedback by giving our theme a deserved 5-star rating on ThemeForest?
Click here to share your valuable perspective: https://themeforest.net/downloads
Your time and trust are highly appreciated!
Best Regards,
The 8Theme Team
The issue related to '‘How to change the cart side menu z-index for xstore theme?’' has been successfully resolved, and the topic is now closed for further responses