How can I give the MegaMenu a transparent background?
thank you.
Hey tjcameron!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header .avia_mega_div { background-color: transparent!important; }
Cheers!
Yigit
didn’t seem to work… http://tjcameron.net/tennis/
Hey!
I have updated the code in my previous post. Please try it now
Best regards,
Yigit
still no luck. also, how can i change font size within the mega menu?
Hey!
Would you mind creating a temporary admin login and posting it here privately so i can take a look?
You can add following code to Quick CSS section
#top .main_menu .menu li ul a { font-size: 14px; }
Best regards,
Yigit
tranparency:
#top #header .avia_mega_div > .sub-menu {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border-top-style: solid;
border-top-width: 2px;
display: table;
padding: 20px 30px 30px;
}
Hi!
Login does not work :/
Please add following code to Quick CSS and adjust as well
#header .mega_menu_title { font-size: 28px; }
Best regards,
Yigit
Hey!
Please try this on your custom.css or Quick CSS to make it transparent:
.header_color .avia_mega_div ul.sub-menu {
background-color: rgba(255,255,255,0.3);
}
You can change the color of the mega menu title using this:
#top #header .mega_menu_title a {
color: blue;
}
Regards,
Ismael