Skip to main content

Remove breadcrumbs on Home Page

Crowdstack displays breadcrumbs on all pages.  However, for most sites, having a breadcrumb that simply says "Home" on the home page is superfluous.  

Screenshot 2016-04-29 09.22.53

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;
}

Attachments

Images (1)
  • Screenshot 2016-04-29 09.22.53
Ted @ Crowdstack
Last edited by Ted @ Crowdstack
Original Post
×
×
×