Hi,
I’ve been trying to remove the logo from WordPress blog posts, but have it still show up on the regular pages. I tried
#logo .post {
display: none; }
and
.post #logo {
display: none; }
but neither worked. I can’t do it with the page or post id numbers because my client is making new blog posts every day. I’m stumped. What do I do?
Thanks. This may be what I need. For now I’m hoping the client will go for just the main /blog page. Also there is a plugin that may help: http://wordpress.org/plugins/wp-conditional-shortcodes/
But I’m using Multisite, so I’ll have to see if it works if the logo needs to be removed from every page.