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
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
Thanks! that did fix it.