• Hallo,
    i would like to hide or remove the logo from the homepage. It schoud be shown on all oteher sites. Is this possible?
    Thank you.
    Jonas

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You can add the following CSS to Appearance->Customize->Additional CSS

    .home .branding .custom-logo-link img {
        display: none;
    }
    
    .home .branding {
        min-height: 159px;
    }

    The first part hides the image on the homepage, the second part ensures that the top area remains the same height with the image removed.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Logo from Home Page’ is closed to new replies.