This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Hide page title

7 years ago · Last reply by Barry Kirk 7 years ago

Hi,

I am trying to hide the title oon pages, but cannot get to work.

I have tried chabging template option to not show title.

I have added the following code to the .css:

article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
display: none;
}

Can anyone please help?

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Alex S Staff 7 years, 7 months ago

    Hi Barry,

    Do you have a public URL where we can take a look at your setup?

  2. Barry Kirk 7 years, 7 months ago

    Hi, Alex,
    I believe I have a site origin premium subscription.

    Your License Key:
    Private Snippet

    Thanks and please let me know if any questions?

  3. Alex S Staff 7 years, 7 months ago

    Hi Barry,

    Do not reply with private or sensitive information as all replies are private. I’ve removed the private information from your reply. I would strongly recommend removing and then recreating the provided account. I don’t need login details.

    As you’re a premium user, you’re entitled to priority email support. If you would like to make use of that, please follow the instructions found on your Page: Dashboard (please refer to the support tab). Please reference this thread and include your SiteOrigin order key in the email.

    You have two options if you want to hide the page title. If you want to hide it on all pages, add the following CSS to AppearanceCustom CSS:

    .page-header {
    	display: none;
    }

    You might also need to install the SiteOrigin CSS Editor.

    If you would rather remove the page title on a page by page basis, please install Custom Body Class. Add the following CSS to WP AdminAppearanceCustom CSS:

    body.hidden-page_title .page-header {
    	display: none;
    }

    Open the page you wish to remove the page title on and give the page the hidden-page_title class.

  4. Barry Kirk 7 years, 7 months ago

    Hi Alex,

    Great that worked thanks!

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread