Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1181906

    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

    #1181908

    you can either use:

    .avia_transform a:hover .image-overlay {
        opacity: 0 !important;
    }

    or

    .avia_transform a .image-overlay {
    	display: none !important
    }
    #1182446

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.