Slider – How to change mouse cursor into arrows?

Hello there

In my slider, I would love to have arrows instead of the mouse cursor while the user is hovering over the slider. So when the cursor is on the right side of the slider image, the cursor should be an arrow pointing to the right.

Here is an example of what it should look like:
Badesaison Project Detail

Can anyone help me with this? Thanks in advance!

In the styles panel all the way to the bottom you’ll find it :grinning:

08

2 Likes

Tanks so much! This helped me already a lot.

Do you know if there is a possibility to customize these default cursors – for instance to increase the size of the cursors? Do I need to write some code to achieve this? Or is it maybe possible to show an SVG instead of the default cursors?

Glad I could help :blush:
With custom code you could add your own img.

See if this article helps you: CSS Custom Cursors

1 Like

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.