Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.
The slider is fine…we just want to disable the link of each slide so it’s not clickable…only the arrows are clickable. Currently when you click the image it refreshes the page.
Hello,
I understand, please add this code into your custom css box:
.flexslider .slides > li {
pointer-events: none;
}
Let us know.
Best regards!
You must be logged in to reply to this topic.