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

Disable Page title on Post doesn't work

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #275897

    italyana
    Participant

    Hi,

    I’m trying to disable the Title on Post pages with the Disable Page title button, but it doesn’t work.

    Instead with Pages, it works.

    Thanks
    Andrea

    #275939

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-post .page-title-default {
        display: none;
    }

    Best Regards

    #276208

    italyana
    Participant

    Hello Aizaz,

    thank you, it works, but I would like to hide the page title only for selected pages and the button to hide the title page in the pages it’s very useful, why it doesn’t work now? How can be fixed?

    Thanks
    Andrea

    Attachments:
    You must be logged in to view attached files.
    #276225

    Hello,

    I saw the screenshot you attached.

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards

    #276232

    italyana
    Participant

    Hello,

    I send you the information here in private

    #276267

    Hello,

    The issue is that you have enabled the blog design to default and the option doesn’t work for this style.

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

    We force this title to be always visible when a “large image” post is activated. That’s why it does not work.

    If you want to hide the page title on particular posts, you have to switch to “default” post design first. Then the option will work.

    Regards.
    Xtemos Studios

    #276281

    italyana
    Participant

    Hello,

    I changed the blog design in DEFAULT, but the problem now is that the Title remains and now appears inside the post the preview image for the post and his title as you can see in the image attached.

    What I aspect to Disable Page title is that the Page title for the post completely disappears as happening in the pages.

    #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.

    #276472

    italyana
    Participant

    Hello,

    perfect now it’s clear, thank you.

    Regards
    Andrea

    #276488

    Hello,

    We are thrilled that you loved your experience with XTEMOS, We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day. So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    please, help us improve our theme and servicing by filling the following quiz
    https://8uehqcg4tjy.typeform.com/to/IgyV2EiP
    it won’t take more than 2 minutes of your time 🙂

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Disable Page title on Post doesn't work’ is closed to new replies.