Okay
  Public Ticket #1262167
Non-funtioning Lightbox arrows
Closed

Comments

  •  2
    bharper101558 started the conversation

    Can you please provide a CSS fix that will make the arrows work when viewing the gallery images for an ecommerce item? Whenever you go to an inventory item (any item) the arrows on the keyboard work to advance the images, but clicking on the arrows closes the window.

    Thank you,

    Bill

  •  9,013
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .pswp__container {
        z-index: 0 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    bharper101558 replied

    That worked perfectly. Thank you, Tahir!