• Resolved ryanssalestips

    (@ryanssalestips)


    Does anyone know the custom CSS to disable image hover effect. I don’t want the zoom. I don’t want any hover effect.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    Please write this custom CSS in Appearance => Customize => Additional CSS

    
    .rt-tpg-container .isotope1 .rt-holder .rt-img-holder:hover img {
        transform: none !important;
        -webkit-transform: none !important;
    }

    Thanks

    thx, I have same qst

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom CSS to disable image hover effect’ is closed to new replies.