Disable Post Page Title Banner
-
Hi WoodMart 🙂
I’m setting up my own custom single blog post true to your theme via Elementor and would like to Disable Page title just specifically for the single blog posts.
I tried it and I could do it for each specific post, but I would like it to be a default setting for all posts, is that possible?
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-post .page-title {
display: none;
}
Regards.
Xtemos Studios