Okay
  Public Ticket #963290
disable lightbox in Portfolio
Closed

Comments

  •  1
    Toan started the conversation

    Hi Team, 

    I would like to know how I can disable lightbox from appear when you click on an image slider in a portfolio. 

    Also is it possible to have navigate/advance through the image slider using left and right arrow keys? 

    This would be great if you can assist me with this. 

    Cheers, 

    Toan

  •  1,558
    Laborator replied

    Hi Toan,

    Add the following CSS to fix it:

    .single-portfolio-holder .gallery .portfolio-images-slider a {
        pointer-events: none !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group