Tagged: transparent menu
I have a sticky menu on the site and unfortunately, my logo has a white background. For this reason I need to remove the transparency from my header menu bar. How do I do that?
Thanks!
Hey ronprosky!
Add this to your custom CSS.
.header_color .header_bg {
background: white none repeat scroll 0 0 !important;
opacity: 1 !important;
}
Best regards,
Elliott