Hello, I would like to disable breadcrumbs on all pages of my website. I’m not sure where to disable them everywhere.
I put this code in my custom CSS:
.breadcrumbs {
display: none !important;
}
It is disabled on the pages in the native language, but it is still present on the translated pages.
Regards