Hello, @techhnyne,
1. You can use custom css to achieve needed result, for example:
.product-category .mask-container .block-mask .mask-content {
opacity: 0;
width: 100%;
height: 100%;
left: 0;
}
.product-category .mask-container .block-mask:hover {
background-color: transparent;
}
.product-category .mask-container .block-mask .mask-content a {
width: 100%;
height: 100%;
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
2. Please provide screenshot for better understanding.
Regards