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

    I want to disable the lightbox function on specific images as they are just client logo’s in a case study. So I don’t want them to be clickable and expand open in another box. How do I do this. Am I able to do this without code?

    #306722

    Hi Peteseymour!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-27 div#av_section_1 {
    pointer-events: none;
    }

    Regards,
    Yigit

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