Hi support!
i use currently those codes :
#top .av_header_glassy.av_header_transparency #header_main {
background-color: rgba(255,255,255,0.7);
}
.header_color .avia_mega_div, .header_color .main_menu ul ul {
background: rgba(255,255,255,0.6) !important; }
So menu and mega menu are ok with the transparency i need
But i need the submenu as the same with a 0.6 or 0.7 alpha because currently its 100% transparency.
Can you provide a code to set submenu background window?
Regards
Hey jb84,
Could you post a link to where we can see the elements in question please?
Best regards,
Rikard
Link in private and my comment
Hi,
Please try to add this CSS Code in Enfold > General Styling > Quick CSS:
#top #header .main_menu ul:first-child >li > ul {
background-color: rgba(255,255,255,0.6) !important;
}
Hope it helps.
Best regards,
Nikko