Tagged: image rollover, rollover
Can someone give me the code to remove the arrow rollover on all images in the enfold theme, please. I have tried everything I know and cant get them to go away.
Thank You
Joe
you can either use:
.avia_transform a:hover .image-overlay {
opacity: 0 !important;
}
or
.avia_transform a .image-overlay {
display: none !important
}
Hi,
Thanks for helping out @guenni007. Please let us know if you should need any further help on the topic @joe c.
Best regards,
Rikard