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;
}
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.
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.