Tagged: background, Color, submenu
I’m using the transparent menu, but I also do not want background colour in the submenu.
How do I fix that?
Hey!
Try adding this code to the Quick CSS:
#top .av_header_transparency .main_menu ul ul{
background: rgba(0, 0, 0, 0.0) !important;
}
#top .av_header_transparency .main_menu .menu ul li a{
background: transparent !important;
color: white !important;
}
Cheers!
Josue
Hi!
Use this code instead to remove the borders:
#top .av_header_transparency .main_menu ul ul{
background: rgba(0, 0, 0, 0.0) !important;
border: 0 !important;
box-shadow: none !important;;
}
#top .av_header_transparency .main_menu .menu ul li a{
border: 0 !important;
background: transparent !important;
color: white !important;
}
If that’s not what you want please post a mockup of the desired end result.
Cheers!
Josue