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

    Hi

    I’d like to disable the image link on the accordion slider. Any ideas how I do this? I’m new to wordpress and themes and trying to put my website together.

    Thanks

    #287792

    Hi besamist!

    Thank you for using the theme.

    What type of accordion slider are you using? Is it image or entry based? If it is image base then you can manually set the link for each image. If you want to disable the link entirely, use this on Quick CSS or custom.css:

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

    Cheers!
    Ismael

    #290772

    Excellent thanks, that does the job.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable Accordion Slider Image Link’ is closed to new replies.