Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #348416

    http://impexvending.com.au/home/

    Hover over image with a link question (in a full width easy slider):

    How do I make it so when I hover over the image that links to another page the light color overlay does not appear but the circle arrow does?

    I would like only the circle arrow to show up when hovered over.

    Thanks.

    #348510

    Hey!

    Try adding this code to the Quick CSS:

    .avia_transform a:hover .image-overlay{
        background: transparent !important;
    }
    .avia_transform a .image-overlay{
        transition: none !important;
    }

    Cheers! 
    Josue

    #348541

    Worked perfectly, thanks.

    Haven’t seen you on here in little while, hope everything is going your way!!

    #348549

    You are welcome, yes, everything it’s ok :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove the’ is closed to new replies.