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

    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

    #263279

    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

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