Hi!
Can I deactivate the klicks (links) in the Accordion slider? I just want that the Accordion Slider show the images and when a user klick on a picture that hothing happend (no links to other url; the picture should also not open or get bigger).
Thanks,
Ivan
Hey iicinfo,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.avia-accordion-slider-wrap a.aviaccordion-slide-link {
pointer-events: none !important;
}
After applying the css, Please clear your browser cache and check.
If this doesn’t help please include a URL to a test page with the element so we can take a closer look.
Best regards,
Mike
Hi Mike,
thanks a lot! It works!
Best wishes,
Ivan
Hi iicinfo,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria