Tagged: 

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

    Hey AlfredoS,

    You can try to add the custom menu item and put the image in there.

    Best regards,
    Victoria

    #870185

    look here: https://kriesi.at/support/topic/logo-isnt-showing-in-mobile-menu/#post-868215
    now it is a bit easier because the new 4.2 got now every burger-menu list point a unique id so on #avia-menu you can set the menu-item-id to display none. on burger-menu – do nothing.

    the method ist to put in menu two home links – the one shows the text the first one is replaced with the img src .
    This first one you set on #avia-menu to display none.

    #870702

    Hi,

    Thanks for help @Guenni007

    Best regards,
    John Torvik

    #873696

    Hi guys,

    Thanks for helping. It worked out!

    I have another question about this. The menu has a mouse over. White with opacity. I don’t want the overlay to appear on the logo. How can I achieve that?

    Thanks

    #873817

    Hi AlfredoS,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul li:first-child a:hover {
      background-color: #fff;
      opacity: 1;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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