Okay
  Public Ticket #567413
single product page lightbox
Closed

Comments

  • jonas started the conversation

    hey, I want to remove/disable the lightbox effect for the product image, do you have the snippet?

  •  8,990
    Tahir replied
    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   jonas replied privately
  •  8,990
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .single-product-main-image a {
        pointer-events: none !important;
        display: inline-block;
    }

    Thanks



    ThemeNectar Support Team 

  • jonas replied

    thumbs up