Tagged: enfold
Hello,
I have four images displayed separately in 1/4 sections that all link to a different page. Currently when I hover over the image it shows a white overlay and a circle with an arrow inside of it. I was wondering if it is possible to change the white overlay to a different colour?
Thanks!
Hi ItsYeBoi!
Add this to your custom CSS.
.image-overlay { background: red !important; }
Best regards,
Elliott
Thanks Elliott!