• Resolved vnonj

    (@vnonj)


    Hi,

    I’d like to remove the word “Blog” at the top of the article (https://postimg.cc/SjzR6j7z).

    If I choose the option Appearance > Customize > Blog > Single Post > Page Header Title as “Post Title” instead of “blog”, the word disappears but the title displayed 3 times: in the header, in the breadcrumb and in the page title (https://postimg.cc/tZvrp2m7).

    Is it possible to remove this header (no word “blog” and no title) ?

    Thanks a lot in advance.

    Valérie

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @vnonj,

    Thank you for reaching out,

    That’s a page title, to manage it on your website, you can navigate to Customizer> General Options > Page Title and hide it.

    Another way is on the edit of your desired post(s)/page(s) and disable the title and/or breadcrumbs in OceanWP Settings: https://postimg.cc/Cnfbvt03.

    Also, you can put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    body.single-post h1.page-header-title {
        display: none;
    }

    Please read this link for more information about the CSS/JS code on the Customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.

    I hope it helps.
    Best Regards

    Thread Starter vnonj

    (@vnonj)

    Thank you very much for your reply and for spending time on my problem!

    I’m a beginner and I’m translating from French, so I hope it’s still understandable…

    I’ve looked at all your different solutions (thanks!) and in fact, I’m thinking I’d like to do the opposite. That is, keep the brown banner as it is (with the article title and breadcrumb trail) and don’t re-display the article title above the article (just before the vertical line).

    So, basically there are :

    • In the brown banner: article title + breadcrumb trail (ok)
    • Above the article: a 2nd time the article title (I’d like to remove it)

    This works fine for pages, but it’s a bit tricky for articles.

    I’ve only just discovered that the problem only occurs for articles.

    Screeshot : https://postimg.cc/ZB7v4VBJ

    I’m not even sure if it depends on the theme… Would you advise me to ask my question on a WordPress forum?
    I wouldn’t want to take up too much of your time if it’s not theme-related…

    Hello @vnonj,

    Thank you for reaching out,

    In this case, you can go to Customizer > Blog > Single Post to find and hide the “Title” in the “Elements Positioning” option: https://postimg.cc/7bR4L5FL

    Please feel free to contact us here if you have any questions.

    I hope it helps.
    Best Regards

    Thread Starter vnonj

    (@vnonj)

    I looked everywhere and, of course, missed the place.
    I’m so sorry about that.

    Thanks for your kind response.
    My problem is solved with your extreme guidance.

    You’re most welcome.
    I’m glad we could help and that your issue has been resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Blog post title in the header’ is closed to new replies.