Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2997261
Penci Image Gallery
Closed

Comments

  • miraizhan started the conversation

    Hello,

    Is it possible to disable a lightbox in Image Gallery of Style 1 (Grid)?

  •  2,492
    PenciDesign replied

    Hi,

    Yes. Please send me a page you've inserted this element, I'll check then send you a quick solution to disable it.

    Regards,
    PenciDesign.


  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    a.penci-gallery-ite {
        pointer-events: none;
    }
    a.penci-gallery-ite i {
        display: none;
    }

    Regards,
    PenciDesign.



  • miraizhan replied

    The lightbox is still there, just the mouse icon has changed. But it's okay, I've already figured out how to do it. Instead of a gallery, I will insert a single picture.

    Thank you!