Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #315554

    Hi, if I have a gallery with 8 pictures, is there a way to only preview 3 on the page, but then when they click on one of the pictures all 8 are in the slideshow?

    #315558

    Hey!

    Try adding this code to the Quick CSS:

    .avia-gallery-thumb a{
        display: none !important;
    }
    .avia-gallery-thumb a:nth-child(1), .avia-gallery-thumb a:nth-child(2), .avia-gallery-thumb a:nth-child(3){
        display: block !important;
    }

    Cheers! 
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.