How can I make category links unclickable?

Sorry for taking your time… The last question: how can I disable categories links (make them unclickable) in the frame on featured images?
I will appreciate you so much if you can help me with some of my questions…

Thanks a lot!

To make category links no clickable you can simply add this to your style.css

.pinbin-category a {
  pointer-events: none;
}

Now I will look into image-zoom plugins. Just a moment

Thanks a lot for categories, it works)