[Support request] Deactivate logo on homepage

Home Forums Support [Support request] Deactivate logo on homepage

Home Forums Support Deactivate logo on homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1606226
    Katharina

    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

    #1606434
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to the site so i can see what layout you’re using ?

    #1607744
    Katharina
    #1608156
    David
    Staff
    Customer Support

    Simplest option is to add this CSS:

    body.home .site-logo {
        display: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.