Hi Georgios,
Try this CSS, just replace thegrey
and green
with your color code:
.inside-wc-product-image:hover:after, .wc-block-grid__product .wc-block-grid__product-image:hover:after {
background-color: grey;
opacity: 1;
right: 0;
}
.inside-wc-product-image:after, .wc-block-grid__product-image:after {
content: "View Product";
left: 0;
right: 50%;
bottom: 0;
top: 0;
color: #ffffff;
position: absolute;
font-weight: 100;
padding: 45% 10% 0 10%;
text-align: center;
opacity: 0;
border-left: 6px solid green;
transition: all 0.5s ease;
}