Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #89133
    Invisible Cat
    Participant

    Hi,
    My site is (myinnerfire.net)

    I would like to know how to hide the site title and tagline and only display the logo image on the header. I want my site ‘identity’ to remain the same. Though, I have incorporated all the title text as part of my full logo image and I want to use just the logo image in the header.

    At the moment, if I uncheck the box that says ‘display header text’ it removes the title but the tagline still remains. It’s annoying. Please help me remove all the text and just show my logo image! Thanks in advance!
    ~Dustin

    #89153
    Mahesh
    Keymaster

    @invisibleflame: Unchecking Display Header Text option should have worked fine. Working fine on my local server (removes both site title and title tagline). Another way you can use Custom CSS, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-header {
        display: none;
    }

    Regards,
    Mahesh

    #89172
    Invisible Cat
    Participant

    The custom css method worked perfectly. Thank you so much! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove title and tagline text’ is closed to new replies.