How to remove sitepath above every page?

A menu of e.g “Home > projects > The diamond vault” is being inserted above every page.
What code would I use top get rid of this?


My site is http://Mattsterclass.com

Hey there

Its a Breadcrumbs and can be removed by this CSS code:

.header-callout {
display: none;
}

Add it in the Appearance > Customize > Additionall css