New Landing How can we help? Cardinal Disable image zoom on Products page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Cardinal
  • #144091
    mlassiter
    Member
    Post count: 5

    Is there a way to disable the image zoom on hover on the Products page (i.e., the page that shows all products), but leave it enabled on individual Product detail pages?
    Thanks!

    #144150
    mlassiter
    Member
    Post count: 5

    Ok, I figured it out. I added this to the custom css:

    .product-type-standard figure:hover img {
    -webkit-transform: scale(1.0);
       -moz-transform: scale(1.0);
       -ms-transform: scale(1.0);
       -o-transform: scale(1.0);
       transform: scale(1.0);
    }
    #144158
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am glad that you managed to resolve the issue.
    Thanks
    Mohammad

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register