Layer Slider YooTheme Eat template / Menu is under the slider
You need to navigate to Components menu Layer Slider/Custom Styles Editor. A CSS editor will appear. Then add the following CSS definition at the end of the editor:
[code]
.ls-inner {
z-index: -1;
}
[/code]