Title: patbcle's Replies | WordPress.org

---

# patbcle

  [  ](https://wordpress.org/support/users/patbcle/)

 *   [Profile](https://wordpress.org/support/users/patbcle/)
 *   [Topics Started](https://wordpress.org/support/users/patbcle/topics/)
 *   [Replies Created](https://wordpress.org/support/users/patbcle/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/patbcle/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/patbcle/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/patbcle/engagements/)
 *   [Favorites](https://wordpress.org/support/users/patbcle/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] How to remove Breadcrumbs on "Static Page" front page](https://wordpress.org/support/topic/how-to-remove-breadcrumbs-on-static-page-front-page/)
 *  [patbcle](https://wordpress.org/support/users/patbcle/)
 * (@patbcle)
 * [13 years ago](https://wordpress.org/support/topic/how-to-remove-breadcrumbs-on-static-page-front-page/#post-3637420)
 * Hey Icf,
 * I did a bit of poking around and found the following solution. I placed this 
   in the Woo Canvas custom CSS area.
 * .page-id-28 .breadcrumb {
    display: none; }
 * You will have find out the page ID of the homepage you set. Look in the URL and
   it should say “post=28” where 28 was my specific page ID.
 * I’m not a CSS expert but I was able to put this together with hints from this
   helpful article. [http://www.pootlepress.co.uk/2012/05/woothemes-canvas-css-tweaks/](http://www.pootlepress.co.uk/2012/05/woothemes-canvas-css-tweaks/)

Viewing 1 replies (of 1 total)