Cabana menu disappears

Latest Reply from agentdigital at 2016-06-22 19:30:45 Solution
I am developing a site at amapalahonduras.com. The menu disappears after the first slider image. I replaced all demo slider images with new images. They all look fine. How can I get the top menu to show? Thanks.
Hi!

You can easily fix this issue. You just need to find the following code in the style.css file located in the theme directory:

.has-slider #top-transparent {
background:none;
background-color:rgba(0,0,0,0.3);
}


and add the z-index property:

.has-slider #top-transparent {
background:none;
background-color:rgba(0,0,0,0.3);
z-index: 14;
}
Thank you! This worked!

Leave a reply

Add codeAdd image