Viewing 1 replies (of 1 total)
  • If you’ve set a static page as your home page and the title of that page is “Home”, it will appear in the lower section as the page title. You can use CSS to remove that:

    .home .entry-title {
       display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Home text’ is closed to new replies.