How to hide page details (location, top left corner) from all pages - see screenshot. Thanks!

Hi everyone,

I’d appreciate some help in understanding how to hide those details on all pages.
They appear at the top left corner on each page aside of the home-page.
I’m currently using FOCAL theme - thank you very much upfront!

Try adding this code to the bottom of theme.css

.breadcrumb__list {
  display: none;
}