Thanks a lot, works pretty well !
Thank you very much for your response !
Isn’t it possible to suppress the link for the desktop version ? and keep the link with the lightbox on the mobile version ?
I suppose it’s the code you have written above :
`.custom_slider_mobile{ display: none; }
@media only screen and (max-width: 767px) {
.custom_slider_desktop{ display: none; }
.custom_slider_mobile{ display: block; }
}`
But how do I make it work ?
Thanks again
Hello Josue,
I am having the same issue and would like to know how did you change the link of the slide so that it doesn’t open in a lightbox anymore when you are on desktop version? You’ve seem to done that in private for pageladder.
Thank you very much.