Home>Support>Hide page title

Hide page title

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 6 days ago Alex S
    Hi, I Work Here

    Hi Barry,

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

  2. 7 years, 5 days ago Barry Kirk

    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. 7 years, 5 days ago Alex S
    Hi, I Work Here

    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. 7 years, 5 days ago Barry Kirk

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More