Archived topic
Not to show the Site Logo on the Front Page
5 replies · Started by Yang on February 18, 2020
Hi,
I am using GP Premium Version 1.9.1.
I have site using Off Menu Canvas and Page Hero. When I add a site logo, it always shows on all page including the front page. I just wonder if there is any way that the site logo will not show on the front page but on all other pages? How could I do this?
Thanks!
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Hi Leo,
I have sent the link to you. You will see on the upper left corner of the front page, I have a site logo there. But I just want to remove that logo on the front page but keep the site logo on all other pages.
Thanks!
Hi there,
Try this CSS:
.home .site-logo {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks! This works.
No problem :)