Title: Remove &#8220;store&#8221; header
Last modified: July 5, 2017

---

# Remove “store” header

 *  [tkaboris](https://wordpress.org/support/users/tkaboris/)
 * (@tkaboris)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/remove-store-header/)
 * Is there a way to remove “store” breadcrumbs from the whoocommerce pages?⌊store
   screenshot⌉

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

 *  [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/remove-store-header/#post-9291549)
 * Try the “Remove the breadcrumbs” code from here:
    [https://docs.woocommerce.com/document/customise-the-woocommerce-breadcrumb/](https://docs.woocommerce.com/document/customise-the-woocommerce-breadcrumb/)
 * The code goes in functions.php for your child theme or you can use the “My Custom
   Functions” plugin.
 *  Thread Starter [tkaboris](https://wordpress.org/support/users/tkaboris/)
 * (@tkaboris)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/remove-store-header/#post-9291780)
 * this code didnt work in functions.php
    add_action( ‘init’, ‘jk_remove_wc_breadcrumbs’);
   function jk_remove_wc_breadcrumbs() { remove_action( ‘woocommerce_before_main_content’,‘
   woocommerce_breadcrumb’, 20, 0 ); }
    -  This reply was modified 8 years, 11 months ago by [tkaboris](https://wordpress.org/support/users/tkaboris/).
 *  [Mariusz Szatkowski](https://wordpress.org/support/users/motylanogha/)
 * (@motylanogha)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/remove-store-header/#post-9291946)
 * Hi,
    You can also use CSS to hide this element from your pages adding the custom
   CSS code to your CSS Customizer due to the following instructions: From you admin
   panel menu go to Appearance >Customize > Additional CSS and paste your own code
   there:
 *     ```
       .breadcrumbs{
       display:none;
       }
       ```
   
 * I hope that will help you
    M

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

The topic ‘Remove “store” header’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [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/)

 * 3 replies
 * 3 participants
 * Last reply from: [Mariusz Szatkowski](https://wordpress.org/support/users/motylanogha/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/remove-store-header/#post-9291946)
 * Status: not a support question