How to disable the breadcrumbs
You will have to paste the following CSS code into the style.css of the theme:
.kd_breadcrumbs_bk .breadcrumb {
display: none;
}
You will have to paste the following CSS code into the style.css of the theme:
.kd_breadcrumbs_bk .breadcrumb {
display: none;
}
Back To Top