Title: Remove Breadcrumbs
Last modified: February 12, 2018

---

# Remove Breadcrumbs

 *  Resolved [jneal95](https://wordpress.org/support/users/jneal95/)
 * (@jneal95)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-breadcrumbs-5/)
 * Hello,
 * What additional CSS would I use to remove the “HOME/SHOP” text in the top right?
   I also want to remove where it says “SHOP” in the top left.
 * Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-breadcrumbs-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-breadcrumbs-5/#post-9965784)
 * The URL you gave doesn’t work. Please double check.
 * It sounds like you’re using WooCommerce. Here’s how to manage the breadcrumbs:
   [https://docs.woocommerce.com/document/customise-the-woocommerce-breadcrumb/](https://docs.woocommerce.com/document/customise-the-woocommerce-breadcrumb/)
 *  Thread Starter [jneal95](https://wordpress.org/support/users/jneal95/)
 * (@jneal95)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-breadcrumbs-5/#post-9966165)
 * Thank you. I had a typo. This is the correct url: [http://www.vstarjeans.com/shop/](http://www.vstarjeans.com/shop/)
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-breadcrumbs-5/#post-9966209)
 * The same response applies, though you could also hide the breadcrumbs with this
   CSS:
 *     ```
       nav.woocommerce-breadcrumb {
           display: none;
       }
       ```
   
 * **To add CSS:** use the “Additional CSS” option in the customizer. _[https://codex.wordpress.org/CSS#Custom\_CSS\_in\_WordPress](https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress)_
 * Learn to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   to help you see and test changes to your CSS.
 *  Thread Starter [jneal95](https://wordpress.org/support/users/jneal95/)
 * (@jneal95)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-breadcrumbs-5/#post-9966256)
 * Thank you! I still cannot find how to remove the “Shop” title though.
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-breadcrumbs-5/#post-9966292)
 *     ```
       .post-type-archive-product h1.woocommerce-products-header__title.page-title {
           display: none;
       }
       ```
   
 * **To add CSS:** use the “Additional CSS” option in the customizer. _[https://codex.wordpress.org/CSS#Custom\_CSS\_in\_WordPress](https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress)_
 * Learn to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   to help you see and test changes to your CSS.
 *  Thread Starter [jneal95](https://wordpress.org/support/users/jneal95/)
 * (@jneal95)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-breadcrumbs-5/#post-9966306)
 * Perfect, thank you!

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

The topic ‘Remove Breadcrumbs’ is closed to new replies.

## Tags

 * [remove](https://wordpress.org/support/topic-tag/remove/)
 * [remove breadcrumbs](https://wordpress.org/support/topic-tag/remove-breadcrumbs/)
 * [remove meta](https://wordpress.org/support/topic-tag/remove-meta/)
 * [remove text](https://wordpress.org/support/topic-tag/remove-text/)
 * [title](https://wordpress.org/support/topic-tag/title/)
 * [woo commerce](https://wordpress.org/support/topic-tag/woo-commerce/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 2 participants
 * Last reply from: [jneal95](https://wordpress.org/support/users/jneal95/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/remove-breadcrumbs-5/#post-9966306)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
