This topic has 3 replies, 2 voices, and was last updated 1 years, 10 months ago ago by patrick
The breadcrumb now is like
HOME(link) > Blog(link) > Category(link)
I’d like to make it display like this
HOME(link) > Page Name(link)
Is it possible to make it happen?
Thank you.
Hello, @patrick,
Unfortunately, there is no such option in our theme and WordPress for it, so you can try with the Custom CSS code I have prepared for you, please copy and paste the below given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back to your site after removing the browser cache.
.single-post .page-heading .breadcrumbs a:nth-child(3) {
display: none !important;
}
.single-post .page-heading .breadcrumbs a:nth-child(5) {
display: none !important;
}
.single-post .page-heading .breadcrumbs span.delimeter:nth-child(2) {
display: none !important;
}
.single-post .page-heading .breadcrumbs span.delimeter:nth-child(4) {
display: none !important;
}
OR You can post your request here – https://www.8theme.com/taskboard/ , so our dev team read it. If it takes votes from other customers, our dev team will try to add it in one of the next updates.
Regards 8Themes Team.
It work fine now, thank you.
Tagged: breadcrumb, editing, single page, templates, woocommerce, wordpress
The issue related to '‘How to edit breadcrumb only on single page?’' has been successfully resolved, and the topic is now closed for further responses