Comments 6Moofrad started the conversationAugust 29, 2024 at 11:33amHey,Is there a way to have the effect of the client display element on some images? I mean where the image/logo change color when hovering not using the client display element? 8,837Tahir repliedAugust 29, 2024 at 11:37amHey Again,Please provide the page URL so we can write up what's possible. Thanks. ThemeNectar Support Team Moofrad replied privately 8,837Tahir repliedAugust 29, 2024 at 2:41pmHey Again,Add this to the Page CSS box so it only applies on that page. .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner:hover img.img-with-animation { -webkit-filter: grayscale(0); filter: grayscale(0); opacity: 1 } .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation { transition: filter .45s cubic-bezier(.3,.4,.1,1),opacity .45s cubic-bezier(.3,.4,.1,1); -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: .8; } Thanks ThemeNectar Support Team Sign in to reply ...
Hey,
Is there a way to have the effect of the client display element on some images?
I mean where the image/logo change color when hovering not using the client display element?
Hey Again,
Please provide the page URL so we can write up what's possible.
Thanks.
ThemeNectar Support Team
Hey Again,
Add this to the Page CSS box so it only applies on that page.
Thanks
ThemeNectar Support Team