I found this code in other threads, but it still shows a gap and line:
.x-breadcrumbs {
display: none; }
How can I completely remove a breadcrumb from non-blog pages?
I found this code in other threads, but it still shows a gap and line:
.x-breadcrumbs {
display: none; }
How can I completely remove a breadcrumb from non-blog pages?
Hi there,
Please try this code instead:
.x-breadcrumb-wrap {
display: none;
}
.blog .x-breadcrumb-wrap,
.single-post .x-breadcrumb-wrap {
display: block;
}
Here are some related links for further reading:
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.