Can I make image on slider not clickable

Hi,
I would like to make image on slider not clickable \9\i do not want post page to be opened).,
I’ve tried :

/remove pointer event/
.featured-text {
pointer-events:none;
}

but it is not working .
Cam you help please
Regards
Hristo

Hello there,

I hope you are doing well today.

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

/*Slider pointer effect removal*/
.featured-slider, .featured-slider .slider-cycle {
    position: relative;
    pointer-events: none;
}

Best Regards,
Support

Hi ,

works fabulous ! Thanks

Regards,
Hristo

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