Tagged: menu bar
I have my home page with the menu items floating in a transparent menu bar. Is there a way to darken the bar but still keep it translucent?
Hey Albert!
Try adding this code to the Quick CSS:
#top .av_header_transparency .header_bg {
background: rgba(0,0,0,0.5);
}
Cheers!
Josue
I added the code you suggested within the Quick CSS box under the General Styling section, but nothing happened. I also have the following code above your coding in the same section, and wondered if they could be in conflict:
.header_color .main_menu ul:first-child > li > a { color: grey; }
Hi,
Can you post the link to your website please?
Regards,
Josue