• Resolved crusin316

    (@crusin316)


    hello,

    how can we remove the mouse hover effect, whenever we do a mouse hover it zooms a little we need to remove that.

Viewing 1 replies (of 1 total)
  • Hello @crusin316,

    Thanks for reaching here.

    Please go to wp-content->theme->yourtheme->style.css file and put below css.

    .teamshowcase-image-bg:hover img { -webkit-transform: unset!important; transform: unset!important; }

    Thanks,

Viewing 1 replies (of 1 total)

The topic ‘Remove Mouse hover effect’ is closed to new replies.