1. Home
  2. Knowledge Base
  3. Theme Options
  4. Enable Intro / Page Titles

Enable Intro / Page Titles

All of our themes have been designed to be SEO friendly. As such on each inner page of your website the page title will be displayed above the main content area. This is automatically generated and wrapped in a <h1> heading tag.

To hide the page title please follow the steps below.

  • Go to the General Settings section of theme options panel and scroll down to Enable Intro.
  • Turn the switch Off and then save your changes.
  • Some themes may not contain this option. In this case the page titles can be hidden using custom css.
  • Add the following custom css to your site using either a child theme or directly from the theme options panel.
#intro {
display: none !important;
}

Still need support?

Use the search form above to explore more articles.

If you have an urgent support query please do submit a support ticket and one of our devs will be on hand to help.