Home Forums WoodMart support forum Rollover Zoom – Ken Burns

Rollover Zoom – Ken Burns

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #166349

    stevejharris
    Participant

    I am using the following option https://woodmart.xtemos.com/shop/?opt=hover_summary
    I would like to remove the zoom effect into the second image when you roll over.
    can you please provide a css fix for this?
    thanks

    #166408

    Hello,

    It is not possible to remove zoon on the second image. We can remove zoom completely with custom CSS.

    Best Regards

    #166778

    stevejharris
    Participant

    SO, you are saying that it is not possible to remove the 2nd image (rollover) transition on the product?

    This would seem odd, as this rollover zoom effect transition would have to have been added in the code to implement in the 1st place. It is not a standard rollover effect.

    Can you confirm?

    Or, supply any CSS you feel may be appropriate.

    thanks

    #166806

    Hello,

    Sorry, I misunderstood your purpose.

    Please add this code to the Theme Settings > Custom CSS > Global:

    .product-grid-item .product-element-top:hover .hover-img {
        -webkit-transform: none;
        transform: none;
    }

    Best Regards

Tagged: 

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