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