i am very happy to got this page transparent
if you smaller the screen wight it shows the mobile menu button.
when i click on it i see a also transparent mobile menu.
i would like to have the button background and the mobile menu background changed to white with 0.8 transparency how can is do this?
thank you
Hey Tobias-B-Conrad!
Thank you for using Enfold.
You can use this on Quick CSS:
ul#mobile-advanced {
background: rgba(255,255,255,.9);
}
Cheers!
Ismael
it was working thank you.
please see picture to get the same background for the sub menu.
https://www.dropbox.com/s/llzu50livmak3y2/menu%20background%20is%20missing.png
thank you for helping me.
Hi!
use this code:
.av-main-nav > li > ul {
background: rgba(255,255,255,.9) !important;
}
Best regards,
Andy