Hi,
I’ve tried to change slideshow to clickable and remove arrows. But, suddenly, menu hid behind the slideshow.
How can I fix this??Can anyone help this problem?
Any help would be greatly appreciated.
https://yokiplaza.myshopify.com/
pw: arubre
Hi,
I’ve tried to change slideshow to clickable and remove arrows. But, suddenly, menu hid behind the slideshow.
How can I fix this??Can anyone help this problem?
Any help would be greatly appreciated.
https://yokiplaza.myshopify.com/
pw: arubre
Hi,
Please add the code below to assets/base.css file.
slideshow__slide {
z-index: 1 !important;
}
header__submenu {
z-index: 99;
}
Hope it helps.
Thanks.
Please add the code below to the assets/base.css file.
.slider.slider--everywhere .slider__slide > a { z-index: -9!important;}
Thanks!
It worked! :D!
I really really thank you!
It worked too!
Thank you so much!!!
Hello… I had similar issue with the video slideshow covering up the menu-drawer _navigation after adding a video slideshow to the Dawn template. I tried to use the sloutions provided here, but it did not work for me. After tinkering a bit with the code, testing variable inputs, I found the solution to my problem!
In the Sections folder, and in the videoBackground.liquid file, the".videoBackground .fullscreen-video-wrap" line, I changed the z-index from 3 to a -1.
That did the trick!!
I hope this helps others!
After browsing through all previous entries for hours, this was my solution! Thank you so much!