hi guys, i was having slideshow overlay the header menu, so i coded it and z-index 100 to put in on the front
Now, after this, i always had it on top, even if i take click on filter (collection page) it goes over it.
How to tune it?
site
hi guys, i was having slideshow overlay the header menu, so i coded it and z-index 100 to put in on the front
Now, after this, i always had it on top, even if i take click on filter (collection page) it goes over it.
How to tune it?
site
Add this code at the bottom of Theme > edit code > assets > base.css
menu-drawer facet-filters-form {
position: absolute !important;
z-index: 999 !important;
}
Try it and let me know
work as intended thanks a lot