Hi.
I have an issue with the burgermenu in Enfold theme, which wont change color even if I try to change it using ‘Advanced Styling’
The burgermenu is white no matter which color scheme I use.
Thank you in advance.
Hey MarikaDigitalDogme,
Please provide a link to the site/page in question so we can look into this further. I’m sure it can be fixed via css.
Best regards,
Jordan Shannon
Hi Jordan,
The site/page is in a local folder, which means I unfortunately can’t provide you with a link to the site.
I’ll try to elaborate the issue:
– If i choose the Enfold predefined color scheme, the burgermenu is white by default – no matter which color scheme I choose.
– I have tried to custom color the burger menu in ‘Advanced Styling’, where I chose the following items to customize; ‘Menu Item Button’ and ‘Main Menu Indicator’ (mainly just to see, if the page changed what so ever). To this I used the ‘Minimal White’ color scheme (predefined for Enfold) and then I customized the burgermenu to following HEX #30489e. Only the Search icon changes color. I have no trouble changing the color of the text within the burgermenu (parent and child menus). It’s the image/icon of the burgermenu that wont change color.
I have not yet tried to fix it using Quick CSS, but I’ve searched for possible answers.
Sincerely,
Marika
Digital Dogme
Hi,
Add this to quick css:
@media only screen and (max-width: 767px){
.header_color div .av-hamburger-inner{
background:red!important;
}}
Adjust the color to whatever you need.
Best regards,
Jordan Shannon
