Home New Guten Forums WoodMart support forum Disable “Page title” on article pages

Disable “Page title” on article pages

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #523087

    WoodyP
    Participant

    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.

    #523088

    WoodyP
    Participant

    Screenshot

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

    Hello,

    You can disable it via page settings here: https://take.ms/5Ybc4s.

    Best Regards.

    #523449

    WoodyP
    Participant

    Hello,
    yes ok, but how can I disable it globally, only in articles.

    Thank you

    #523570

    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.

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