Hi!
I want to disable the links in breadcrumbs so visitors can’t navigate trough the site by clicking the breadcrumbs. But I still want the breadcrumbs there. Possible?
Thanks!
Hey!
Try adding this code to the Quick CSS:
.breadcrumb-trail a{
pointer-events: none;
}
Cheers!
Josue