Archived topic
Eliminating Page Titles
4 replies · Started by _blank on December 4, 2016
Hi Tom,
How can I get rid of the title that appears at the top of every page?
Please see this image and arrow here:
http://www.screencast.com/t/iwVEXVBH
Hope it is a piece of code to eliminnate it from every page I create all at once.
Please let me know.
Thanks!
Tammy
Hi
You can use a filter to remove it completely, please see this topic https://generatepress.com/forums/topic/disable-content-title/
Alternatively you can hide them with css
.page .entry-header {
display: none;
}
There's also the Disable Elements meta box if you only want to do it on some pages :)
Thank you, Tom ahd Jamal.
I appreciate your help.
Have a great week ahead :)
Tammy
You too!