Tagged: burgermenu
Hi,
When I choose a wider breakpoint for the Burgermenu (990px), the Burgermenu first is grey and only under 768 pixel width the Burgermenu changes to orange (which I defined). See picture: https://edendesign.at/down/Burgermenu-grey.jpg
There is also a little shift of logo and Burgersymbol when the color changes from grey to orange.
I would llike to have the Burgersymbol only in orange.
Thank you for your help,
alex
Hey Alex,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 989px) {
.html_mobile_menu_tablet .header_color div .av-hamburger-inner, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::before, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::after {
background-color: #fd8216;
}}
Best regards,
Yigit
Thank you!
Works out perfect!