Drop down menu hidden behind image

hi,

I have additional pages on my Shapely theme site built with SiteOrigin Page builder. At the top of some secondary pages there is a hero image.

When I added additional drop down menu options in Shapely I noticed that the drop down menu is hidden behind the hero image. This only happens when the menu bar is stuck at the top and the page isn’t scrolled down. See the first screenshot

When the page is scrolled down a little (and the menu bar becomes ‘sticky’) the drop down menus appear again. Second screenshot.

An example page is here

Is there a fix for this hidden menu?

Thanks!

Doug

hey there

Hope you are having a good day and thank you for your question :slight_smile:

Please add this CSS in appearance - customize - additional CSS

.main-navigation .menu > li:hover > ul {
z-index: 9999;
}

Thanks!
Colorlib Support Team

Thank you! It works ok now

I will close this case now, Feel free to contact us again if you have other questions

Thanks!