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

    Hi,

    It’s me again. Working on the final little things before the site can go live…

    Can you help me delete the hoover effect (white box with rond colored arrow-icon) on images?

    I have used logo’s on the homepage and dont’ like way the hoover effect is acting.

    Is there a solution?

    Hope to hear from you!

    PS Login details are in the previous question :-)

    #466937

    Hey Maaikevoormarije!

    try this code in Quick CSS field:

    span.image-overlay-inside {
    display: none;
    }
    

    You are using this code:

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

    please replace it with this code:

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

    Best regards,
    Andy

    #466954

    Hi Andy,

    Thanks a lot! This works perfectly :-)

    Maaike

    #467562

    Hey!

    Great, glad we could help :)

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Delete the hoover effect on image’ is closed to new replies.