Comments 4D0PY started the conversationFebruary 19, 2022 at 7:41pmHello, is it possible to disable the hover effect of the list ? Thank's 2,958Andrew repliedFebruary 20, 2022 at 7:20amHello again,I am unable to replicate this on my end. Is the hover effect still happening?Thanks, 4D0PY repliedFebruary 20, 2022 at 10:52amHello again,No I managed to disable it by adding the CSS code :.nectar-hor-list-item[data-hover-effect=none] { pointer-events: none;Thanks.1 Like Sign in to reply ...
Hello,
is it possible to disable the hover effect of the list ?
Thank's
Hello again,
I am unable to replicate this on my end. Is the hover effect still happening?
Thanks,
Hello again,
No I managed to disable it by adding the CSS code :
.nectar-hor-list-item[data-hover-effect=none] {
pointer-events: none;
Thanks.