Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #491475

    On the AJAX PORTFOLIO SLIDESHOW-how do you remove the double-arrows from showing when you point at picture and disable the lightbox from popping up when you click on it?
    I had this fixed at one time with the following code I think but it is doing it again:
    .avia-content-slider .slide-meta { display: none; }

    Thanks!
    Lori

    #492145

    Hi Lori

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

    .portfolio-preview-image li a {
        pointer-events: none;
    }

    Regards,
    Yigit

    #492331

    Thanks! that did fix it.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘portfolio-AJAX-SLIDESHOW-disable lightbox’ is closed to new replies.