Breadcrumbs

Select the pages which should display breadcrumbs. Breadcrumbs are a secondary navigation that helps the user track their location on the website.

If you are using Yoast SEO and enable their breadcrumbs, they will automatically be swapped out without requiring any custom code.

How To Use

  1. View Customizer > Theme Settings > Breadcrumbs.
  2. Select the pages which should display breadcrumbs. Generally, we suggest using breadcrumbs on Posts page (blog archive), Single Posts, and Pages.
  3. Publish/save and view your site.

Breadcrumbs can be hidden per-page via our Hide Elements settings.

Screenshots

Custom CSS

If you'd like to customize the breadcrumbs with CSS, you can target them with the following:

.breadcrumb {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-font-weight);
}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us