Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #280609

    Hi,
    Is there away to disable only the accordion lightbox? In other words, I want to utilize the accordion but not have the slide link anywhere. I initially put a # sign in the “Set Link Manually” field but that just took me to the top of the page (which is not desirable). Please note – I’d like to continue using the lighbox in other parts of my website.
    Thanks!

    #280839

    Hey!

    Try adding this code to the Quick CSS:

    .aviaccordion-slide-link {
        pointer-events: none;
    }

    Cheers! 
    Josue

    #280841

    AWESOME! That did the trick!
    Hugs & Smooches! Thank you so much!

    #280843

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable Accordion Lightbox’ is closed to new replies.