Hi guys,
There’s a question how to make full width submenu transparent?
Thanks
Hi voldemarasp!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.av-submenu-container { background: transparent !important; }
If that does not help, please post the link to your page
Cheers!
Yigit
That does the trick but what I want is transparency to be something like 60%.
Here’s the link to my web:
http://atuko.eu/
Hey!
Please change the code to following one
.av-submenu-container { background: rgba(255,255,255,0.6) !important; }
255,255,255 is RGB value of the color and 0.6 is opacity level
Best regards,
Yigit
That is what I needed.
Thanks Yigit.