Tagged: secondary menu
I can’t find why, but the second menu drop down is transparent, and doesn’t have a white background like the demo;
http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/?skin=Cyan?skin=Cyan
Hello thewrath1!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#header_meta {
z-index: 2;
}
Regards,
Devin