Archived topic
Remove title from being visible as heading
5 replies · Started by Oskar on September 6, 2015
Hello!
Maybe a stupid question, but is it possible to remove the page title from being visible as a heading on my pages?
Thanks, Oskar
Hi Oskar. To remove the title on pages try this css:
.page .entry-title {
display: none;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
You can also remove the HTML completely from the page (instead of just hiding it) with this function: https://gist.github.com/generatepress/261aa39f5e594c243c02
Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/
Or you can use GP add-on like me ;)
Maparska// Which GP add-on? :)
The Disable Elements add-on allows you to disable the entry/page title and more on individual pages/posts :)