Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Logo area off homepage only’ is closed to new replies.
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!