Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • I don’t know why this works but I put these two blocks together and got rid of the magnifying glass.
    I could not remove the magnifying glass from the image otherwise.

    /* hide woocommerce magnifier icon */
    .single-product .single-product-main-image .woocommerce-product-gallery__trigger {
    display: none!important;
    }

    .single-product .single-product-main-image .avia-wc-30-product-gallery-lightbox {
    display: none !important;
    }

    • This reply was modified 5 years, 3 months ago by ctang1983.
Viewing 1 post (of 1 total)