Tagged: hide logo
Hi guys,
I am working on this site: http://zicolopes.alfredosilva.nl.
My client wants me to remove the logo in the header and to display the logo only in the ‘Sidebar Flyout menu’.
Is that possible?
Hey AlfredoS,
You can try to add the custom menu item and put the image in there.
Best regards,
Victoria
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.
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
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