• JenM

    (@jenmorris68)


    Hi – Is it possible to have the text overlaying the header appear only on the home, page, and not over the featured image shown on other pages? I’m trying to figure out if I can do this with CSS, or if I’ll have to modify the default page template. Any ideas?
    Thanks.

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

Viewing 1 replies (of 1 total)
  • I think this is what you’re looking for CSS wise

    body:not(.home) .custom-header .site-branding {
    	display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Removing site title and site description from posts/pages header’ is closed to new replies.