Archived topic
how to remove the title from the standard webpage content
1 reply · Started by Anonymous on November 3, 2014
Hi there,
the title of a web page always shows as heading text of the pages content.
Is it possible to get this removed and if yes, where / how?
I am a newbie in Wordpress and GeneratePress. Therefore some easy to use / implement (for dummies) description would be highly appreciated.
Best regards
M.
Hi Mike,
To remove the title on individual pages, the easiest method is to use the Disable Elements addon.
To disable it on all pages, you can add some CSS like this:
.page .entry-header {
display: none;
}