Hi Rob,
Yes, we already have provided this setting in the customizer but this setting is common for Blog/Archive/Single page. if you disable title in the customizer so the title will not display on these Blog/Archive/Single pages.
Now, do you want to only hide the “Title” of the single page so you need to add below CSS? Go to the Appearance => Customize => Additional CSS then paste the CSS here and click to publish button.
body.single .theme-blog .post .entry-header {
display: none;
}
If you need any more help, do let us know.
—
Thanks
-
This reply was modified 5 years, 6 months ago by themearile.