Hi,
We would like to have a grabby hand on the link in Revolution Slider so people know that they can click on it.
See attachment.
Carla

Hi,
We would like to have a grabby hand on the link in Revolution Slider so people know that they can click on it.
See attachment.
Carla

Hi Carla,
Thanks for reaching out.
It could be done with slider layer’s CSS, but for better tracking, you can add this CSS to Theme Options > CSS to where you usually manage custom CSS.
#slide-23-layer-12 {
cursor: pointer;
cursor: hand;
}
Hope this helps.
Hi Rad,
It’s not working, see the attachment.
Carla

Hi Carla,
It should be this
#slide-23-layer-12 {
cursor: pointer;
cursor: hand;
}
And not
#slide-23-layer-8 {
cursor: pointer;
cursor: hand;
}
#slide-23-layer-9 {
cursor: pointer;
cursor: hand;
}
There is only one slider, so I’m not sure what else should have this styling. But then, I noticed that the line is not part of that text, so the complete solution should be
#slide-23-layer-12, #slide-23-layer-14 {
cursor: pointer;
cursor: hand;
}
Thanks!
Hi, Rad,
It works! Thanks!
Carla
You’re welcome, Carla.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.