this is difficult to do for someone with no experience with html and css
Screenshot 2025-01-30 at 11.07.22.png
as you can see this div either has a html class of "up" or "down"
there is css for the cursor that is used:
and the body has a class of fp-viewing-x :
Screenshot 2025-01-30 at 11.07.52.png
probably you'd do sth like
html.fp-enabled body.fp-viewing-5.id-123 .grid.down { cursor: url(http://localhost:10020/wp-content/uploads/2024/11/pointinghand.svg) 16 16, pointer; }with id being the id of your project, pf-viewing-x where x must be the number that is shown there when your slide is active.
and the url part being the dark down cursor.
probably with horizontal slider its left and right or sth like that. instead of up and down.
google "how to use chrome inspector"