Forums
(@scoop47)
11 years, 6 months ago
I removed the breadcrumbs (leaving the title and gray bar intact) by editing the CSS here…
/wp-content/themes/enigma/css/enigma-theme.css
change this:
.breadcrumb li { display: inline-block; }
to this:
.breadcrumb li { display: none; }