Hi
i use this old code i founded :
#top .av_header_transparency {
background: rgba(0,0,0,0.1)
But it does not match my needs.
if i change the 0.1 to 0.7 for example it does not change anything so it’s not working. The alpha made the menu text transparency that i don’t want.
I just want to change the alpha of the menu background color .
Actually background is white at about 5% but i wanted less transparency at about 30%(more visible)
thanks for help
i founded this code working for me :
#top .av_header_glassy.av_header_transparency #header_main {
background-color: rgba(255,255,255,0.2);
}
can we do the same for background sub-menu? (only the background not changing text on it opacity)
Hi,
Please try the following css code. I’m not sure if that’s what you want though.
.header_color .avia_mega_div, .header_color .main_menu ul ul {
background: rgba(255,255,255,0.2) !important;
}
Best regards,
Ismael
it’s perfect!
thanks !
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
u can close it
Hi,
Thank you for letting us know.
Best regards,
Basilis