Hi, I would like to insert the site’s logo on the mobile menu, above the sessions … maybe even a different logo. I tried searching the forum but no code was helpful to me!
Thanks
Francesco
Hey Francesco,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hi cisky979,
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
@media only screen and (max-width: 479px) {
.responsive .logo img {
z-index: 9999;
}
}
This is the fastest and easiest solution available now.
If you need further assistance please let us know.
Best regards,
Victoria
Thank you, the result satisfies me! :)
I would also like to know if it is possible to insert a different logo (with another image).
Thanks!
Hi cisky979,
Do you mean a different logo on mobile or in the burger overlay?
Best regards,
Victoria
A different logo on mobile! :)
Hi cisky979,
Please have a look at the solution posted here:
If you need further assistance please let us know.
Best regards,
Victoria