Disable “Page title” on article pages
-
Hello,
How can I disable the “Page title” band only on all blog articles?
In fact, on the article pages the band only repeats the word BLOG and I would like to turn off the entire band only in the articles.
Thank you
I attach screenshots.
Screenshot
Attachments:
You must be
logged in to view attached files.
Hello,
You can disable it via page settings here: https://take.ms/5Ybc4s.
Best Regards.
Hello,
yes ok, but how can I disable it globally, only in articles.
Thank you
Hello,
You can disable the page title from the blog post in the bottom of the post settings.
Screenshot for clarification:
https://ibb.co/wzsTpjM
You can disable the page title from all the blog posts using this code. Please add this code to the Theme Settings > Custom CSS:
.single-post .page-title-default {
display: none;
}
Best Regards.