• Resolved lprib

    (@lprib)


    I added code to functions.php to remove zoom on product image when moused over.Worked like a charm. When I installed your plugin, the zoom returned. What can I do to fix the problem?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    You can turn off the lightbox checkbox
    Woocommerce > variation gallery > advanced > Lightbox

    or add this css

    
    a.rtwpvg-trigger {
        display: none !important;
    }
    

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘removing zoom on main image’ is closed to new replies.