Tagged: ,

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

    Hey Guys,

    I am using the Enfold gallery. But my client wants 1 big image and 4 small under the big image. The only problem is, is that the gallery also the big image shows in the small gallery under it (see screenshot). Can i disable this, or take it out?

    #726183

    Hey Angelo,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-gallery-big + .avia-gallery-thumb a:nth-child(1) {
        display: none!important;
    }
    

    Best regards,
    Yigit

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