Hello again,
when we choose in enfold / Header / HeaderLayout / Display of menu items -> Display as icon
this NICE Hamburger Menu appears.
THEN after opening the menu, the whole page is covered with a approx. 90% black background for the menu.
Could you please tell me, how to change this transparency or opacity?
Regards
Hey Jochen,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
yes of course …
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-burger-overlay-bg {
background: rgba(0,0,0,0.6);
}
0,0,0 is the RGB value of the color and 0.6 is opacity level
Best regards,
Yigit
thank you. sometimes it is not so easy to find the .classes that are added later via javascript …
Everything ok with this, can be closed