Archived topic
Logo in Home
1 reply · Started by Stefano on October 22, 2019
Viewing posts 1–2 of 2
Hello, everybody!
I wanted to know if you can make the logo invisible or deactivate it only on the home page (which will be shown on a slideshow).
Thank you in advance for your answers
Stefano
Hi there,
without seeing the site its hard to say the best method, but you can try this CSS:
body.home .site-logo {
display: none;
}
This archived topic is closed to new replies.