• mammann

    (@mamman)


    Hi

    Is it possible to show the main site title just on the main page, but not on the other sub pages? On the page I need help with, for example if you click on “Interviews”, I’d like it to only show the “Interviews” title.

    Thanks and best regards

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Chosen!

    This CSS snippet should work well to hide the site title on non-homepage pages:

    .title-container {
      display: none;
    }
    .home .title-container {
      display: block;
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

Viewing 1 replies (of 1 total)
  • The topic ‘Title of Page’ is closed to new replies.