Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

If you Like the Asteria Lite Theme and want to Keep it free forever Please Rate it on Wordpress.org (It only takes a few seconds)
Viewing 2 posts - 1 through 2 (of 2 total)

How To Disable Zoom On Post Hover

Home Forums Free Theme Support Asteria Lite How To Disable Zoom On Post Hover

  • #158495

    Cal

    How do I disable the zoom on the featured image when a user hovers over the post?

    Thanks.

    #158766

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “style.css” and remove this:

    .post_image:hover img
    {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

You must be logged in to reply to this topic.