I have checked this website and menu. You can easily make menu appear over slideshow by modifying style.css file. Open the style.css file in editor and look for nav ul ul { display: none; } and add a line of css code here: z-index:900; and final code would look like this nav ul ul { display: none; z-index: 900; } Your menu is now appear over slideshow. Cheers!