Content Slider: How to remove "apply link to whole slider" ?

Hello,

On my website www.sunnyviewproperty.com i have a content slider on the homepage.

The slides have buttons that link to pages. The link is applied to the whole slider, so if i click on the left or right side of the slider or anywhere outside the text it will take me to a linked page, same as clicking the button.

How can i remove this link, that is applied to the whole slide ?

I would like the link only to work when someone clicks the button. And not when someone clicks other parts of the slide by accident.

Is it possible to do it?

Kind Regards

Hi Yaroslav,

Can you try the following CSS, please.

.fl-content-slider .fl-slide-bg-link {
  cursor: pointer;
  pointer-events: none;
}

Thanks,
Danny