Hi Guys,
I’m wondering if anyone could help me with this one. As per the image below, the cart pop up is behind the text. I have tried other solutions from other posts but no joy. Any ideas?
So far I’ve tried:
Changing theme color for cart
Adding line to bottom of base.css
Adding line to cart component
(All have been reverted)
Any advice would be greatly appreciated it.
Thank you
Hi @OhSoGroup ,
Please provide link to your store so that i can review the issue.
Hello @OhSoGroup ,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Thanks
Hey @OhSoGroup ,
Add this to the bottom (or most top) of the base.css
.section-header {
z-index: 2;
}
1 Like
Hi @OhSoGroup ,
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code just above tag
Result:
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
Thank you very much @ThePrimeWeb . This solved the issue.
Thanks to everyone else who was looking at this.
OhSo 