SOLVED: Hide element on the mobile menu wrapper

Hi!
I’m struggling to hide the nav bullet of Fullpage.js on the mobile menu wrapper.
The nav bullet z-index is 100, the wrapper 999, I don’t understand why it still appears. Anyone could give me some advice?
Joined is a screenshot and here is a link to see:
https://women.studio (work in progress…)

Thanks in advance !!

Hi Jo,
z-index always gets complicated after a certain point/several levels :joy:
Try setting the z-index of #header-white > 100 (105 for example) - that seems to solve the problem.

Best regards,
timmse

Woohoo, thanks a lot!! I didn’t think about changing the z index of the parent element.
Thanks a lot for your help!!

1 Like