Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey,
    In your theme options > advanced settings. add this css:

    .page-header {
        display: none;
    }

    Kadence Themes

    Thanks! This works, but obviously takes out the title out of *all* the pages.

    I am looking to only remove the header from the homepage – tried various “title remover” plugins, but the code of this template obviously doesn′t work with those. The only way at the moment to get around is to manually put a title as part of the content of each page. Any idea of doing it selectively per page without re-writing the theme files completely?

    Hey,
    In your theme options > home layout. Move “page title” to disabled. That will remove it on the home page.

    If you want to work with other pages you can use the page id as part of the css like this:

    .page-id-33 .page-header {
        display: none;
    }

    Kadence Themes

    Hi Kadence Themes, thank you. That worked like a charm. I now have all the titles working on the other pages, except for the title on the homepage, which was exactly what I wanted. Thanks again. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Title site’ is closed to new replies.