Hello, I am trying to change to colour from red to grey using a custom.css file. I have managed to change the background colour to grey using this code
.acm-features.style-3 .features-item-inner:hover .mask {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
background-color: #999999;
}
But I have had no success changing the actual mask colour, (see attached screenshot)
Can you provide the css code to do this please?
Thanks, JR
