Remove logo from all blog post

Hello I would like to remove the main logo from all blog post, I used this code:
.single.single-post #logo {
display:none !important;
}

It worked but I would like to keep the logo visible when the sticky header is on, is this possible?

Comments

Sign In or Register to comment.