Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #935270
Disabling breadcrumbs on blog articles
Closed

Comments

  •  2
    Anthony Izzo started the conversation

    Hi, how can I disable breadcrumbs on blog articles (globally)? I assume I need to modify something in functions.php via the child theme but am unsure what specifically to do. Any help would be appreciated - thank you!

  •  6,933
    Oliver replied

    HI!

    pls. use following css:

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

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver