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?
Hi Barry,
Do you have a public URL where we can take a look at your setup?
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?
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:
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:
Open the page you wish to remove the page title on and give the page the hidden-page_title class.
Hi Alex,
Great that worked thanks!