Home Forums WoodMart support forum Disable Page title on Post doesn't work Reply To: Disable Page title on Post doesn't work

#276407

Hello,

You are understanding it wrong. The Blog page name is displayed with the posts that are hidden when you enable the option.

Screenshot for Clarification: https://prnt.sc/10vr3gc

The option to disable the page title on the single blog works to remove the blog page name not the post title.

To Remove the post title you need to add the following Custom CSS:

.single-post h1.entry-title {
    display: none;
}

You can use the above CSS in the single blog page if you want to remove it for specific blog posts:

Screenshot for Clarification: https://prnt.sc/10vr64t

Regards.
Xtemos Studios.