disable clicking on slider

Hey

I want to use the slider only for showing photos, not for linking to pages/Articles.
So I just want that visitors nothing happens when visitors click on the slides.

I already add custom css:

.flex-caption {
display: none;
}

Thanks for help
Brian

Hello there,

I hope you are doing well today.

You can use the following CSS code to turn off the pointer events by going to Appearance > Customize > Additional CSS and pasting it there.


/*Disable slider events*/
.flexslider .slides {
    pointer-events: none;
}

Best Regards,
Support

Thanks a lot!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support