• Resolved lynngee53

    (@lynngee53)


    Need to know if there’s a way to have the logo NOT show up on the home page, but still appear on all the other pages that don’t use the header. Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Looking at the theme demo it appears that the logo element is included in the site header. Do you have pages that don’t use the site header but are still displaying the logo?

    Thread Starter lynngee53

    (@lynngee53)

    Yes I do. I want the logo on all pages that don’t display the site header. But the logo messes up my header design on my static home page. Know how to remove it JUST on that page?

    I want the logo on all pages that don’t display the site header.

    Again, since I haven’t used this theme and am basing my answers on what the theme demo shows, it appears that ALL pages use the site header, and the logo is part of that header. If you haven’t done any customizations to modify that functionality then the following generic CSS should work:

    /* hide logo on home page */
    body.home .logo-block {
        display: none;
    }

    To add custom CSS:

    • If you have a child theme you can add the CSS to the style.css file.
    • If you are using WordPress 4.7+ you can use the “Additional CSS” option in the Customizer.
    • If your theme has a custom CSS option you can use that to add the CSS.
    • Install a plugin like https://www.ads-software.com/plugins/simple-css/.

    If this doesn’t do what you’re expecting then please post a link to your site so I can take a look.

    Thread Starter lynngee53

    (@lynngee53)

    Thank you! That worked. Like I said, you seriously ROCK!

    your hide logo on home page did not work for me. Can you tell me why? When you go here you will see why I don’t want the logo on the home page but do want it on all others. Thanks
    https://2ndtopshelfdesignz.topshelfdesignz.com/

    @joyhillva – That’s because you’re not using the Stained Glass theme. Please post your topic on the Sydney theme support forum:
    https://www.ads-software.com/support/theme/sydney/#new-post

    Also, just an FYI, this topic is over five months old and is marked as Resolved. It is unlikely that anyone else would be reviewing it so your question would most likely go unanswered. Next time please start your own topic instead. Thanks.
    https://make.www.ads-software.com/support/handbook/forum-welcome/#post-in-the-best-place

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Logo’ is closed to new replies.