This is a quick way to hide the ‘Home’ link in the bbPress breadcrumb link. Use this if you do want the bbPress breadcrumb, but you don’t want to include the ‘Home’ link. Generally, for users that are reading in the forum, it’s more intuitive for the first link in the breadcrumb to lead them to the bbPress Forums main page, not the site’s home page. This hides the ‘Home’ link, leaving the ‘Forums’ link to be number one.
Here’s the CSS:
#bbpress-forums div.bbp-breadcrumb a.bbp-breadcrumb-home, #bbpress-forums div.bbp-breadcrumb a.bbp-breadcrumb-home + .bbp-breadcrumb-sep { display:none; }
Questions and Comments are Welcome