Hi, I’m trying to disable breadcrumbs completely on my blog. When I go to the Header options, Breadcrumbs is disabled but it’s still showing them. Any fix for this or am I just doing something wrong?
Hello Tyshawn,
Thanks for writing in!
You seems to be doing it right. Breadcrumbs can be disabled from X > Theme Options > Header > Miscellaneous > Breadcrumbs.
You can also add following CSS under X > Theme Options > CSS:
.x-breadcrumb-wrap {
display: none;
}
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g
2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI
Thanks.
I think I see my problem. It just wasn’t auto reloading currently when I turned it off. I hit save and then reloaded the website and that fixed it. Thank you!
Hi @Itchito,
Or it could be a cache, please clear your caching plugin and browser’s cache if it seems the changes you made is not taking effect.
Glad we could help,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.