Archived topic
Remove titles on pages
1 reply · Started by Joel on July 17, 2015
Hi,
I would like to remove the titles on pages only. Can this be done without making changes to the files itself?
Thanks
Hi there,
All pages?
If so, you can add some simple CSS:
.page .entry-header {
display: none;
}
That will hide them.
Adding CSS: http://generatepress.com/knowledgebase/adding-css/
If you want to remove them completely from the HTML, you can use this function: https://gist.github.com/generatepress/261aa39f5e594c243c02
Adding PHP: http://generatepress.com/knowledgebase/adding-php-functions/
