How can I get rid of document breadcrumbs on the flat search results page?

I just want a simple list. Getting rid of the breadcrumbs would make it more minimal. Just looking for some help with CSS…

Hey Alem,

just paste this into your custom css:

.flat-search-breadcrumb {
    display: none;
 }
3 Likes

Thanks, Philipp! It worked like a charm. :slight_smile:

2 Likes