Title: Breadcrumb UX feedback
Last modified: May 20, 2020

---

# Breadcrumb UX feedback

 *  Resolved [irishetcher](https://wordpress.org/support/users/irishetcher/)
 * (@irishetcher)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/breadcrumb-ux-feedback/)
 * When using the breadcrumb it include the product name which is redundant where
   the title of the product is already displayed. This is an issue where the breadcrumb
   wraps on mobile when it is too long with the product name.
 * Yo can use the following to remove the product name but it leaves the category
   unlinked, defeating the purpose of the breadcrumb.
 *     ```
       function ed_change_breadcrumb( $breadcrumb ) {
   
         if(is_singular()){
       		array_pop($breadcrumb);
       	}
   
         return $breadcrumb;
       }
       add_filter( 'woocommerce_get_breadcrumb', 'ed_change_breadcrumb' );
       ```
   
 * Looking at the output in Chrome console, there is no obvious was to remove the
   product name with css. If the output for the name was in woocommerce-breadcrumb:
   after there would be a way to display: none;
 * But, as I said above already, having the product name in the breadcrumb serves
   no purpose.
    -  This topic was modified 5 years, 11 months ago by [Yui](https://wordpress.org/support/users/fierevere/).
    -  This topic was modified 5 years, 11 months ago by [Yui](https://wordpress.org/support/users/fierevere/).
      Reason: please use CODE button for code formatting

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

 *  Plugin Support [Stuart Duff – a11n](https://wordpress.org/support/users/stuartduff/)
 * (@stuartduff)
 * Automattic Happiness Engineer
 * [5 years, 11 months ago](https://wordpress.org/support/topic/breadcrumb-ux-feedback/#post-12865163)
 * Hey [@irishetcher](https://wordpress.org/support/users/irishetcher/),
 * Thanks for your feedback and we’d suggest adding this to the official ideas board
   for the WooCommerce plugin. You can find the WooCommerce Ideas board located 
   here below. Our developers read these ideas regularly to see what ones are becoming
   popular as all features/changes are prioritized based on customer demand
 * [https://ideas.woocommerce.com/forums/133476-woocommerce?category_id=36092](https://ideas.woocommerce.com/forums/133476-woocommerce?category_id=36092)
 *  [s1988](https://wordpress.org/support/users/s1988/)
 * (@s1988)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/breadcrumb-ux-feedback/#post-12866070)
 * I am having the same issue. Please let me know how to resolve this issue. The
   category is unlinked.
 *  [dgc223](https://wordpress.org/support/users/dgc223/)
 * (@dgc223)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/breadcrumb-ux-feedback/#post-12988970)
 * I have the same issue. A workaround I have found is to make the text color white(
   with a white background), so that the product text just does not show up. I also
   added a “/” divider within the Home link so that it looks like there is a divider–
   otherwise the divider is white like the rest of the text.
 * Hopefully this becomes a new feature in the future, we need a specific class 
   for the product so that it can be adjusted.

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

The topic ‘Breadcrumb UX feedback’ 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
 * 4 participants
 * Last reply from: [dgc223](https://wordpress.org/support/users/dgc223/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/breadcrumb-ux-feedback/#post-12988970)
 * Status: resolved