Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1156828

    Hi
    Is there a way to remove the logo from all blog posts but keep it on all pages?
    Many thanks
    Anji

    #1156884

    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

    #1156896

    Hi Jordan
    Here are the site details
    Thanks
    Anji

    #1156919

    Hi,

    Add this to quick css:

    .single .logo{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1156926

    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

    #1156987

    Hi AnjiG,

    Can you give us the links to the blog posts where the css does not work?

    Best regards,
    Victoria

    #1157006

    Hi Victoria
    Links below. Seems to be those with “category” as link?
    Anji

    #1157112

    Hi,

    Thanks for that. Please try this CSS instead:

    .single .logo, .archive .logo, .category .logo{
      display:none!important;
    }

    Best regards,
    Rikard

    #1157129

    Hi Rikard
    That worked! Thank you so much. The support is amazing.
    Anji

    #1157232

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove logo from all blog posts’ is closed to new replies.