Title: Remove Backoffice/Dashboard Breadcrums
Last modified: July 12, 2020

---

# Remove Backoffice/Dashboard Breadcrums

 *  Resolved [hitinder](https://wordpress.org/support/users/hitinder/)
 * (@hitinder)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-backoffice-dashboard-breadcrums/)
 * Hi.
    I was able to find everything about removing breadcrumb from the website
   but there is nothing about removing breadcrumbs from the dashboard.
 * How can I remove breadcrumbs from the wordpress backoffice?
 * Thanks!
    -  This topic was modified 6 years, 1 month ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-backoffice-dashboard-breadcrums/#post-13110232)
 * breadcrumb is not a default feature of the WP core.So, tell us:
 * – Are you using a plugin for this feature? Yes? What’s the full name of this 
   plugin? Where did you download it from?
    – Or, is this a feature of your active
   theme? Yes? What’s the full name of this theme? Where did you download it from?
 *  Thread Starter [hitinder](https://wordpress.org/support/users/hitinder/)
 * (@hitinder)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-backoffice-dashboard-breadcrums/#post-13110775)
 * [@t-p](https://wordpress.org/support/users/t-p/) thank you for the response and
   your time.
    I have installed woocommerce plugin and when I enter the woocommerce
   menu in the wp-admin, it is showing breadcrumbs. Which I would like to remove.
   Please see the below link for reference.
 * > [View post on imgur.com](https://imgur.com/53q7Qwj)
 *  Thread Starter [hitinder](https://wordpress.org/support/users/hitinder/)
 * (@hitinder)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-backoffice-dashboard-breadcrums/#post-13121172)
 * I found a solution online and it’s working.
 *     ```
       // Disable Woocommerce Header in WP Admin 
       add_action('admin_head', 'Hide_WooCommerce_Breadcrumb');
   
       function Hide_WooCommerce_Breadcrumb() {
         echo '<style>
           .woocommerce-layout__header {
               display: none;
           }
           .woocommerce-layout__activity-panel-tabs {
               display: none;
           }
           .woocommerce-layout__header-breadcrumbs {
               display: none;
           }
           .woocommerce-embed-page .woocommerce-layout__primary{
               display: none;
           }
           .woocommerce-embed-page #screen-meta, .woocommerce-embed-page #screen-meta-links{top:0;}
           </style>';
       }
       ```
   
 * Credit: [https://stackoverflow.com/questions/57321805/remove-header-from-woocommerce-admin-panel/60888959#60888959](https://stackoverflow.com/questions/57321805/remove-header-from-woocommerce-admin-panel/60888959#60888959)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove Backoffice/Dashboard Breadcrums’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3640790)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [dashboard](https://wordpress.org/support/topic-tag/dashboard/)

 * 3 replies
 * 2 participants
 * Last reply from: [hitinder](https://wordpress.org/support/users/hitinder/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/remove-backoffice-dashboard-breadcrums/#post-13121172)
 * Status: resolved