How can I make the main menu background transparent?
Thank you
Hey elames!
Please edit your page and choose to display transparent header. For more information, please see – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Cheers!
Yigit
I have it set but it is not showing transparent. There must be some code I can use???
When I try this with firebug it works, but when I put into custom styles and save, It does not work
#top #header .av-main-nav > li > a {
color: #000000;
background-color: transparent;
font-size: 16px;
font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
}
Thanks
Hey!
try to add an !important:
#top #header .av-main-nav > li > a {
background-color: transparent !important;
}
Regards,
Andy