Okay
  Public Ticket #2960367
Search Icon
Closed

Comments

  • Asim started the conversation

    Hi, 

    There is a search icon on the product images when we view them. I was wondering how we can change the position of the icon or remove it from the product image? 

    Regards,

    Asim Khan

  •  2,570
    Kevin replied

    Hi Asim

    This is the magnifying glass that shows the product image on the lightbox

    # You can hide it using this extra css at Appearance->Customize->Additional CSS


    .single-product a.woocommerce-product-gallery__trigger {
        display: none;
    }

    Thanks !


  • Asim replied

    Hi Kevin, 

    Thank you so much. It looks perfect now. :) 

    Regards,

    Asim Khan

  •  2,570
    Kevin replied

    Hi Asim

    Thanks, Glad to help you