Hi i would like to remove the hover effect on specific images. How can i manage this?
Hey!
Try adding this code to the Quick CSS:
.ih-item .image-overlay {
display: none !important;
}
Cheers!
Josue
Thanks that worked!
You are welcome, glad to help :)
Regards,
Josue