How can I make a drop down menu display over a video on my site?

How can I make a drop down menu display over a video on my site?

arebesk
Tourist
6 0 1

Hello! My drop down menu in my header is displaying underneath a video I have on my site. I need the drop down menu to display on top of the video, how can I alter the code so that the results of the drop down menu are always on top of everything on the home page?

Replies 2 (2)

Nyshawn
Shopify Partner
91 3 3

You can try adding the following CSS code to your theme: .header-menu { z-index: 99999; }

banned
arebesk
Tourist
6 0 1

This didn't work, is there anything else I can try?