• hello!
    maybe you can add a small check box to deactivate the :hover-effects?

    i got it with a css hack now: (the path tags of the svg are linked with a tags, that’s why i used the a:hover)

    .wp-block-outermost-icon-block svg g a:hover {
    transform:unset !important;
    }

Viewing 1 replies (of 1 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi @rollingstone198,

    Thanks for the feature request. I have ported it over to the GitHub project. This was originally added by request for accessibility reasons, but a convenient way to disable it as needed would be nice. It would likely still be a CSS method, but even having a single class you could target would improve customizability.

    Best,
    Nick

Viewing 1 replies (of 1 total)
  • The topic ‘deactivate :hover transform/zoom effect’ is closed to new replies.