[ad_1]
Hey everybody, hoping someone has an easy fix for this: I can’t seem to hide the section header or page title for literally every page. It sucks because I can’t name the pages. Anything that I put as a title appears on the published page and it doesn’t seem like there’s an option to hide it. Anyone ever heard of this or know what’s going on?
[ad_2]
Are you using WordPress (the open source software from [WordPress.org](https://WordPress.org)) or [WordPress.com]) (the manage WordPress host)?
What theme are you using? Are you using a page builder?
Be aware that hiding page titles can hurt your SEO rating . However depending on your theme, you can most likely just paste this into the “additional css” section under Appearance – > Customize – > Additional CSS in order to hide page titles on both posts and pages all together:
.entry-title {
display: none;
}