Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #279163
    joshmbuck
    Participant

    Hello,

    I was wondering if there is a way to hide the the site title/tagline just on the top page, but allow it to show on posts and pages? Or can you do that with the site logo?

    The issue is that my header image has the site name and tagline built in, so I don’t want it on the front page, but I’m not using the header on any other page, so then the other pages no longer have my site title or tagline. My logo is my site title and tagline, so I could use that, but it’s the same problem…I don’t want it on the main page since it would be duplicating the header image.

    Thannks.

    #279166
    Skandha
    Participant

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

    .home #site-header {
        display: none;
    }

    Let me know if this works out!`
    Kind Regards,
    Skandha

    #279234
    joshmbuck
    Participant

    @Skandha: Thanks so much…worked perfectly! I’m working on a child theme…can I put this code right in my style.css file?

    #279236
    joshmbuck
    Participant

    never mind…just tried that, and it worked perfectly. Thanks so much.

    #279294
    Skandha
    Participant

    @joshmbuck: 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/gridalicious/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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘hide site title and tagline on front page only’ is closed to new replies.