How to I remove the transparency effect on menu background? I want the menu background to be solid
Hey Christopher,
I can’t see any transparency effect on the page you linked to, where can we see the problem you are having?
Best regards,
Rikard
Sorry maybe I was not clear. If you click on the burger icon it opens a full page menu. The background is slightly transparent. I do NOT want it to be transparent
Hi Oceans247,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
.av-burger-overlay-bg {
opacity: 1;
}
Hope it helps.
Best regards,
Nikko