Archived topic
Deactivate logo on homepage
3 replies · Started by Katharina on January 5, 2021
Hi I would like the menu on the homepage to be different than the rest of the website.
Option 1:
A white Logo on the homepage and on all other pages the normal dark logo
Option 2:
The dark logo on all other pages and no Logo on the homepage.
Is there a way to do that in generatepress? or do I need CSS for that.
Thanks
Kati
Hi there,
can you share a link to the site so i can see what layout you're using ?
Thanks David
Simplest option is to add this CSS:
body.home .site-logo {
display: none;
}