Help Centre

Your page title is an important part of your page structure and helps contextualise the content of your page. This improves the usability of your page, and is used by search engines for SEO. However, there may be instances where you wish to hide your page title from the page.

The following code will hide your page titles from your website.

If you place the HTML Fragment in your footer it will remove the page title of every page across your website.

If you place the HTML Fragment on a single page, it will only hide the page title of that page.

Before using this code on your website please ensure you are familiar with how CSS code is used in Create here

Code:

<style type="text/css">
/*
Title: "CreateCSS: PageTitleDisplay"
*/
.wdk_content-pagetitle {
display:none;
}
</style>

More Questions?

If you have any further questions, please get in touch and we will be happy to help.

Get in Touch