Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #257193
    gbargsley
    Participant

    I have a logo for my site identity. It shows above my navigation bar of pages. How can I disable that from showing on my blog posts. I only want it to show on pages and not posts. Any option for this?

    site: https://garrybargsley.com

    #257219
    Skandha
    Participant

    @gbargsley: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single-post #site-logo {
        display: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #257293
    gbargsley
    Participant

    You are so awesome. That worked great. I wish I could work with you on some other tweaks I cannot figure out.

    #257349
    Skandha
    Participant

    @gbargsley: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-journal/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove logo on blog posts for Identity Logo’ is closed to new replies.