Site logo

Archived topic

disable title, slogan and logo in header on subpages

7 replies · Started by Ralf on July 31, 2017

Viewing posts 1–8 of 8

Hey Tom,
of course i know how to disable title, slogan and logo in customizer, but i want it to be seen or enable in the header on "Home" and NOT in the header on the subpages... is this possible ?
thanks in advance

Hi there,

So only show logo/site title on home page?

If so try this CSS:

body:not(.home) .site-branding,
body:not(.home) .site-logo:not(.navigation-logo) {
    display: none;
}

works perfect ! you guys are the best support in the WP world :)
thanks so much !

You're very welcome :)

sorry Leo - i just noticed that the logo is now also not visible in the menu / navigation on the subpages ... is there a chance to fix that ? i just want it disable in the header but enable in the menu... thanks

well done - works ! like i said - you guys are awesome - thank you so much !

No problem :)

This archived topic is closed to new replies.