How to hide this bar?
Tipp-Ex may be?
Now, seriously, a quick way to do this if you dont need it on specific page is to open "Inspector" (right click and choose
Inspect on the item you need to supress), see its class and write a small piece of code (css):
.
class-name {
display: none;
}
where
class-name put the name of the class you'll inspect
otherwise, depending on the theme you use, choose not displaying breadcrumbs on the page(s)