• Resolved yortman69

    (@yortman69)


    I’m sure this is basic, but I cannot find the answer at the moment. How can I remove the site title from showing on the static home page? I already cleared out the title field from settings -> general.

Viewing 1 replies (of 1 total)
  • I’m not sure which theme you’re using, but you can generally hide it with CSS by adding the following code to your style.css file:

    #header h1 { display:none }

    It’s good to do it with CSS so your title is still available to Google and still shows on your RSS feed.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove site title?’ is closed to new replies.