Hi
Is there a way to remove the logo from all blog posts but keep it on all pages?
Many thanks
Anji
Hey AnjiG,
This should be possible via css. Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi Jordan
Here are the site details
Thanks
Anji
Hi,
Add this to quick css:
.single .logo{
display:none!important;
}
Best regards,
Jordan Shannon
Hi Jordan
It worked for one blog but not others. If you click on the Categories link in the footer you’ll see what I mean.
Anji
Hi AnjiG,
Can you give us the links to the blog posts where the css does not work?
Best regards,
Victoria
Hi Victoria
Links below. Seems to be those with “category” as link?
Anji
Hi,
Thanks for that. Please try this CSS instead:
.single .logo, .archive .logo, .category .logo{
display:none!important;
}
Best regards,
Rikard
Hi Rikard
That worked! Thank you so much. The support is amazing.
Anji
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon