Hello,
Find below code in the Custom CSS
.content-product .product-content-image {
pointer-events: none;
}
and replace with the following
.content-product .product-content-image, .content-product .product-title a {
pointer-events: none;
}
Regards