Tagged: menu
Im using the transparent head option, and I
m trying to achieve this:
having a semitransparent background for the menu that will be 100%width (full screen)
If I`m applying this code will work, but opacity will affect the menu font/text as well.
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, #top .av_header_transparency #header_main_alternate {
background-color: #FFFFFF;
border-color: rgba(0, 0, 0, 0);
color: inherit;
opacity: 0.5;
}
<img src=”http://s23.postimg.org/8bksa12d7/image.jpg” alt=”” />
If I put this code :
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, #top .av_header_transparency #header_main_alternate {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
border-color: rgba(0, 0, 0, 0);
color: inherit;
}
I`m getting this.
and how can I adjust the menu height ?
Thank you
Hi,
Can you post the link to your website please?
Regards,
Josue
Please post a temp login so i can check it.
Best regards,
Josue
something else that I notice with transparent menu, the page 404 comes as a regular menu.
in the mean time, I end up installing ubermenu, my new question is how to Expand Menu Bar Full Width?
Your website is still displaying the coming soon page.