Is there an easy way to add Breadcrumbs only to the blog?
Thanks.
Is there an easy way to add Breadcrumbs only to the blog?
Thanks.
Hello Tekton,
Thanks for asking. 
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. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.