I’m experiencing an issue with the Events Widget in Wix Studio, specifically using the side-by-side layout. Whenever I hover over the images in this widget, there’s an automatic zoom effect that I’d like to disable.
I’ve attempted to target and override this effect using CSS with no success. Here’s what I’ve tried:
- Adding CSS rules to directly target the image and its container, setting
transform: none !important;
andtransition: none !important;
on hover states. - Using Chrome Developer Tools to inspect the elements and modify styles during hover, but the zoom effect seems to be controlled in a way that isn’t affected by straightforward CSS overrides.
Does anyone know how to specifically disable this hover zoom effect? Perhaps there is a setting in Wix Studio that I’m missing, or a more specific CSS trick that could help. Any guidance or insights would be greatly appreciated!