How to hide title after Home icon and Blog link in header

  • Author
    Posts
  • #67032

    Hi!

    When you are in a blog post page, is there any way to hide the blog post title after Home icon and Blog link in header?

    https://drive.google.com/file/d/1MeqYe8NqboChojYau8l3dLai-xQC2jZ2/view

    Thanks!

    Website: claudia-badell.com

    • This topic was modified 5 years ago by claubs.
    #67494
    Zed
    Cryout Creations mastermind

    The current section (be it post, page or some other section) is always included in the breadcrumbs.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #67504

    Thanks Zed for you reply. It is a bit redundant that information from my point of view. Is there any way to hide all right information and make the title of the blog post fix the width of the header?

    Thanks!
    Claudia

    #67837
    Zed
    Cryout Creations mastermind

    That can be done with CSS:

    #header-page-title #breadcrumbs-container {
        display: none;
    }
    #header-page-title .entry-title {
        max-width: 100%; 
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #67845

    Great! Thanks!

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

The topic ‘How to hide title after Home icon and Blog link in header’ is closed to new replies.