Hello!
After i changed my announcement bar to be sticky, it covers the title of the cart when opened. I also want to change backround color for the cart and text color. Does anyone know how to fix this?
Hey @silenceclothing
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
You need to lower the z-index not higher than the drawer.
The drawer have 1000.
Make the announcement bar lower like
Then save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
cart-drawer.drawer.is-empty.animate.active {
z-index: 11111 !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!