Dear Rumpel,
If your Template Style is 'Blue' theme
Please go to your_site\templates\sj_plus\css\template-blue.css :
1. find and remove
.blog .items-row .item .item-image .image-overlay .hover-links a.hover-link {
-webkit-transform: translate(-20px,20px);
-moz-transform: translate(-20px,20px);
-ms-transform: translate(-20px,20px);
-o-transform: translate(-20px,20px);
transform: translate(-20px,20px);
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
2. add the code at the end of template-blue.css file
.blog .items-row .item .item-image .image-overlay .hover-links a.hover-zoom{
display:none;
}
Thanks!