Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #291936

    Rad
    Moderator

    Hi there,

    Great to hear that!

    And about the thumbnails, have you tried this?

    [lightbox selector="" thumbnails="false"]

    Thanks!

    #292679

    Thomxnj
    Participant

    That would remove the thumbnails for the lightbox. Im looking to hide some of the thumbnails that are on the page from the Gallery.

    #293285

    Paul R
    Moderator

    Hi,

    You can try targeting the thumbnails through there alt attribute.

    For example if you want to hide the image with alt=”rwiring1″

    You can add this under Custom > CSS in the Customizer.

    
    .page-id-189 .gallery-item img[alt="rwiring1"] {
        display:none;
    }
    

    Hope that helps.