Looking to make mega menu and drop down with opacity.
Also to change color of mega menu and drop down.
Thanks!
Hi anogma!
Try adding this to your custom CSS.
.avia_mega_div { background: rgba(255,255,255,0.5) !important; }
The first three 255 values refers to the RGB color and the last 0.5 refers to the opacity.
Regards,
Elliott
Hi!
Please add following code to Quick CSS
#top #header.av_minimal_header .main_menu ul:first-child >li > ul, #top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu, .sub-menu li, .sub-menu a,#top #header .avia_mega_div > .sub-menu > li > ul > li a {
background: transparent !important;
}
Regards,
Yigit