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

    Hello,
    I would like to insert a picture (logo) in the Mobile Menu above the individual navigations. How can I achieve this?

    Picture_Image_Mobile_Menue

    #1138213

    Well on Menu ( Dashboard – Appearance – Menus ) you can

    add an additional home link.
    you can add html code to the “Navigation Label” of that menu-item.

    do you know how to make those extra infos visible on menu options?
    There is a flyout menu on top “Screen Options” mark css-classes too!
    on each menu-item there is a little arrow on the right:

    insert in navigation label the html vor your logo
    f.e.
    <img src="/wp-content/uploads/logo.png" /> maybe an absolute path is necessary
    give to that menu item a custom-class: only-burger

    now – to see the doubled Home-Menu-item Link only on hamburger:

    #avia-menu .only-burger.menu-item {
        display: none;
    }

    so this image is the first list item on your hamburger – and has direct link to home. – bingo

    #1138310

    that’s cool, thanks for the quick help

    #1138918

    Hi markmade,

    Glad you got it working for you with Guenni007’s help! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.