Hi,
Can you please help me fix the background color of the header in the burger menu when visited from a mobile device? I have also set up the transparency option (for desktop) when I scroll down the page. By default the links in the menu are white, the header bar/logo area is transparent, and when I scroll down it becomes white, and the menu links are grey.
I’m also attaching a screenshot: https://i.imgur.com/4sGIvyL.jpg
Envato version 4.5.4
Thanks for any help
bump
Hi,
Have you done any changes on the CSS?
Best regards,
Basilis
No, but I’ve set some values in Advanced Styling, and I’ve also made changes in the General Styling in some colours. Would you like to know what these are? Should I change something specific?
Thanks,
Hi zmitzie,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top #wrap_all .av-burger-overlay-scroll {
background-color: rgba(0,0,0,0.9);
}
}
just change the background color as you see fit :)
Best regards,
Nikko
It’s perfect, thanks a lot!
Hi zmitzie,
We’re glad to help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko