Hi
I need a Hover Effect on Partner/Logo.
I did:
#top .avia-logo-element-container .slide-image a:hover {
background-color: #ffffff !important;
opacity: 0.5 !important;
}
not working
Need a Hover effect Opacity 0.5 on Partner/Logo Images:
https://shop.cleanhouse.ch/home/home-avia/
Hey Steve,
Thank you for the inquiry.
Please try to use the following css code to adjust the opacity of the slider entries on hover.
#top .avia-logo-element-container .slide-entry:hover {
transition: all 0.8s;
opacity: 0.5;
}
Best regards,
Ismael
Great, that one works.
You should implement this in in Partner/Logo element by default.
Thank you
Steve
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike