Site logo

Archived topic

Hide Site Logo on Single Post

3 replies · Started by Kelsey on February 26, 2022

Viewing posts 1–4 of 4

Hi,

I want to hide my site logo on a single post. I tried a few different CSS codes I found via google but none of them seemed to work. Here is my post id:

.postid-4670

This specific post is still in draft format so I can't link to it yet.

Thank you,

Kelsey

Hi there,

Try this CSS:

body.postid-4670 .site-logo {
    display: none;
}

You, sir, are a legend.
Thank you.

No problem :)

This archived topic is closed to new replies.