Archived topic
Possible to disable logo only on frontpage?
3 replies · Started by Sanne on September 30, 2020
Viewing posts 1–4 of 4
Hi, i'm working on a website with Coach / Mike Oliver. It's behind a coming soon plugin, if necessary i can provide login of course. Is it possible not to show the logo on the frontpage? Tried different things but with settings, or disable elements, or else - i cannot find it... Thanks very much!
Hi there,
simplest method would be some CSS:
body.home .site-logo {
display: none;
}
Thanks David!
You're welcome
This archived topic is closed to new replies.