Cheers! I am trying to get the logo off the homepage with this setup, with the menu area as is.
It should look as is on all other page though. Quick css for this?
Hi Shane!
Please add following code to Quick CSS
.home .logo { display: none !important; }
Best regards,
Yigit
Thanks!