Crowdstack displays breadcrumbs on all pages. However, for most sites, having a breadcrumb that simply says "Home" on the home page is superfluous.
To remove the breadcrumbs on the home page only, add this CSS to your site:
/* remove breadcrumbs on home page */
body#homePage .breadcrumbs { display:none; }
body#homePage #pageContentRow {
margin-top:20px;
}