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 :-)
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
Hi Andy,
Thanks a lot! This works perfectly :-)
Maaike