Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1340160

    Hi,
    how can i make the burger menu icon bigger and more noticeable?
    Is it possible to add a hamburger image instead of the standard burger menu icon into it?
    Serious question.

    kind regards Jak

    • This topic was modified 2 years, 9 months ago by Jak73.
    #1340305

    Hey Jak73,
    Ok, burger icon replaced with a hamburger:
    2022-02-12_010.jpg
    Please add this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .av-hamburger::before {
      content: url(https://img.icons8.com/external-sbts2018-lineal-color-sbts2018/58/000000/external-hamburger-fast-food-sbts2018-lineal-color-sbts2018.png);
      display: block;
      padding-top: 15px;
    }
    .av-hamburger-inner {display:none!important;}

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1340312

    Hi Mike,

    sooooo cool!

    Thank you!!!

    kind regards Jak

    #1340313

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘how can i make the burgee menu bigger and more noticeable?’ is closed to new replies.