Site logo

Archived topic

How to hide Site Title on blog posts and pages

5 replies · Started by sebastian on May 17, 2019

Viewing posts 1–6 of 6

Hi there,

is there a way to hide the site title on blog posts and pages?

Hi there,

with this this CSS:

.single-post .site-branding {
    display: none;
}

Thanks very much that worked.

Is there a way to do the same for certain wp pages?

Perfect, thanks!

Glad to be of help

This archived topic is closed to new replies.