Breadcrumbs Only on Blog

Is there an easy way to add Breadcrumbs only to the blog?

Thanks.

Hello Tekton,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

.blog .x-breadcrumb-wrap {
    display: block !important;
}
.x-breadcrumb-wrap {
    display: none;
}

Here are some related links for further reading:

Hope this helps.

Ok. Thanks.

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.