Hi There!
Sorry for your issue.
It seems the overlay color layer of page title interferes with the bredcrumb module and blocks the clicking ability, because the breadcrumb then stays behind the layer.
However, if you use the following code in your custom CSS, then it will remove the blockage:
.sp-page-title:before {
position: inherit !important;
}
Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.
Hope this helps!
Best Regards