What is the command to disable the lightbox like the one below for an image if the ajax preview is a SLIDESHOW instead of an image?
ajax_slide a.portolio-preview-list-image {
pointer-events: none;
}
Thanks for your great support!
Lori
Hi lrobbins303!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.ajax_slide ul.avia-slideshow-inner li a {
pointer-events: none;
}
Cheers!
Devin