• Author
    Posts
    • #14243
      kaitlinswish
      Participant

      Can’t find where to make it stop showing the page title. Would like it gone.

    • #14248

      For Equable Pro, when you edit a page (not Post), change the Template (found below Page Attributes on the right sidebar) to Page Builder and that removes the title.

      The other solution is to remove them via CSS.
      The class is “page-title”.

      It would be like this:
      .page-title {
      display: none;
      }

      That will hide the title, which is the h1 heading, everywhere on your website where that class is used. Blog posts use another class (“entry-title”) but I don’t suggest removing the titles from blog posts unless you want to manage them differently.

      With that said, don’t forget to add an h1 title manually, in the text editor, in your Pages as it’s better for your site’s SEO to have an h1 heading.

Viewing 1 reply thread
  • The topic ‘Remove Page Title’ is closed to new replies.