Remove Page Title for single blog post page
-
Hi there,
We would like to remove the page title (with shows the word “Blog”) on all single blog posts. Is there a way to do it all at once? This is because it just shows the word “Blog” and we find it unnecessary. (see link)
If we decide to remove the page title, are there any SEO impact?
Thank you and we look forward to your quick reply.
Hello,
If you specifically want to remove the whole Page Title from the Single Blog Post page, then you please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.single-post .page-title { display: none !important; }
As there isn’t a separate Blog Post page title option available, so you would need to try the CSS and it will hide it from all Blog Posts pages.
Best Regards