• Resolved thestylistquo

    (@thestylistquo)


    How do I remove the title text from the header of the page? I want the title to remain in the browser bar, so I can’t just remove it from the Settings of WordPress

Viewing 5 replies - 1 through 5 (of 5 total)
  • #site-title{
    text-indent:-9999px;
    }

    This will hide it out of the way but remain in the browser bar and for SEO purposes.

    My apologies. Just realized you stated Twenty Twelve. Use this instead:

    .site-title{
    text-indent:-9999px;
    }

    possibly also from
    dashboard – appearance – header: Header Text [ ] Show header text with your image.

    Thread Starter thestylistquo

    (@thestylistquo)

    Perfect! Thank you! I used the .site-title code, as I needed the title to remain searchable

    Glad it worked. Alchmyth is correct though. I forgot that Twenty Twelve had that option in the settings. Both essentially do the same thing.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove title of blog from Twenty Twelve?’ is closed to new replies.