What would the CSS to hide the Breadcrumbs be?
.Breadcrumbs { display:none !important; } You might be able to leave out the !important...
.Breadcrumbs { display:none !important; }
Perfect! Thanks!
Comments
.Breadcrumbs { display:none !important; }
You might be able to leave out the !important...
Perfect! Thanks!