how can i disable the mouse over effect on this image here:
Hey diefleischerei!
Please add the following to your custom CSS
.avia_transform a .image-overlay {
display: none !important;
}
Cheers!
Basilis
Hey!
Try adding this code to the Quick CSS:
.image-overlay {
display: none !important;
}
Cheers!
Josue
Thanks Josue. CLOSED.