Hi documentaryvine,
Currently:
The “lights off” overlay has a z-index of 10.
The video has a z-index of 999.
The menu has a z-index of 9999999.
Trying to figure it out, with imaginary z-indexes:
Video: 10
Menu: 20 (this needs to be higher than the video one so that the menu appears above the video)
Overlay: This needs to be below the video (<10) but above the menu (>20).
I think it’s impossible. It’s frazzling my brain a bit thinking about it – please correct me if I am wrong!
You’d need to use some JavaScript which fires when the overlay appears, which changes the menu z-index to something below the video.
Regards,
Tom
I’m a complete newbie so I have no idea.
The weird thing is that I didn’t have this problem for over a year.
But deleted and reinstalled Max Mega Menu a few days ago because I thought it was conflicting with something (it wasn’t) and now have the problem?
OK say I searched through themeforest support queries for the theme I own and solved this problem my deleting this….
#{$wrap} {
position: relative;
z-index: 99999999;
}
And inserted the following code into my themes custom css field:
ul.mega-sub-menu{
z-index: 9999999!important;
}
So that must be what I did before 🙂