Dear support,
is it possible to change the burger menu grafic, when i choose the header option “display menu as icon”?
Hey dondela,
Yes, that would be possible however to tell you how difficult it would be or to provide accurate solution, we should see the changes you would like to make. Can you please elaborate on the changes you would like to make or post a screenshot and show them? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here : )
Best regards,
Yigit
Thanks for your quick answer, i would like to have a simple “+” Icon instead of the Burger Icon.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-hamburger--spin .av-hamburger-inner::before { display: none; }
.av-hamburger--spin .av-hamburger-inner::after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
bottom: 0;
}
Best regards,
Yigit
Thanks Yigit, great support as always!