Hello there!
I would put the upper background, semitransparent menu. How I can do?
Thank you!
Hey UNBUENPLAN!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
nav.main_menu {
background-color: rgba(0,0,0,0.5);
border-radius: 5px;
}
Regards,
Yigit
Hey!
Thank you for the update.
Please use this instead:
#top .header_color.av_header_transparency {
color: #ffffff;
background: rgba(0,0,0,.5);
}
.header-scrolled .header_bg {
background: rgba(0,0,0,.5) !important;
color: #ffffff;
}
Cheers!
Ismael