Sep 13
In Blog Archive, provide a setting to disable the "Zoom" effect
When we hover on the image of the blog on the Archive page, there is a “zoom” effect. We could disable this effect with a simple custom css code, but it would be better and cleaner with a theme setting.
.wd-post-img {
transform: none !important;
opacity: 1;
}
https://xtemos.com/forums/topic/how-to-disable-the-zoom-effe…
Pending