Remove Page Titles throughout site

Hi,

I love the theme and have made many customizations to colors, font, etc. I have read all over the various forums and have tried everything I can think of to remove the page titles form the site but it does not seem to work. I have tried adding to the css file
header.page-header {
display: none;
}

and
body.page header.page-header {
display: none;
}

and others but nothing seems to work.

Any help would be appreciated.

Thanks

Hi,

If you refer to the header please use this css code:

#header .bottom-header h2 {
display:none;
}

If you refer to the page title use a seo plugin, Yoast seo for example.

If it doesn’t work please sent me your livewebsite to check.

Thanks,

Cristian

Could you please elaborate on the Yoast Seo method? When I use the code you have provided, the title on the main page also disappears. I would like to hide it only on certain pages.

post-96 .entry-title {
display: none;
}

I have tried using this code, but had no results with it. 96 is the ID of the page on which I want to hide the title.

Hi,

Unfortunately if you want to remove the title, it will remove it from all the pages including main page.
Yoast seo is for Page title or meta title, the title that appears on the top of the page, I didn´t know on what exactly you was referring by title, therefore I told you about yoast seo.

Thanks,

Cristian