• How can I toggle off the page titles? I was able to remove home page title via theme options but cannot remove others. I tried to install plugins but none will work! Thanks in advance!

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hey, try adding this to your custom css box in theme options > advanced settings:

    .page-header {
    display: none;
    }

    Hope that works for you!

    Hannah

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