Tagged: mobilemenu
icon for mobile menu doesn not go back to stack of 3 black lines after opening and closing mobile menu.
where can i fix this?
or is there css code that i can use to fix this?
Hi,
Thanks for contacting us!
That was related to following code
#top #header #avia-menu > li:hover > a {
background: #000000 !important;
border: 0 !important;
}
I added following code to bottom of Style.css file of your child theme override it for burger menu
#top #header #avia-menu > li.av-burger-menu-main:hover > a {
background: transparent !important;
}
Please review your website :)
Regards,
Yigit
thanks! that fixed it! I really appreciate it!
Hi bearrockconcrete,
We’re glad that Yigit could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko