Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #790406

    Dear support,

    is it possible to change the burger menu grafic, when i choose the header option “display menu as icon”?

    #790410

    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

    #790423

    Thanks for your quick answer, i would like to have a simple “+” Icon instead of the Burger Icon.

    #790432

    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

    #790453

    Thanks Yigit, great support as always!

    #790455

    Hi,

    You are welcome!
    Let us know if you have any other questions or issues and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header option "display menu as icon" change burger menu grafic’ is closed to new replies.