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
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
Excellent thanks, that does the job.