How do I change a text cursor into a hand cursor

I’ve created an expandable box using multi state boxes with 12 different tabs (trying to mimic a file folder look). Each one has text on it but when I hover over the box the text cursor shows up. Is there any way to turn this into a hand so it looks like you need to select it?

did you find an answer? i am having the same issue!

No yet, and it’s going live next week, I keep telling my client I can fix it… this is driving me crazy!

This old Forum post might help you get started: https://www.wix.com/velo/forum/coding-with-velo/custom-mouse-pointer

You can also vote for this feature request here: https://www.wix.com/velo/requested-feature/custom-cursor

@marlowe-shaeffer thanks, I am able to get the custom cursor, this works everywhere EXCEPT where I want it to…

@gergemina If I understand the question, all you have to do is to use a box for the tab, put the text inside the box, and set the click event handler for the box. This way, the text will be a box child and will act as the parent (i.e. the cursor style will be pointer).

P.S. make sure you use a box and not a shape.

Thank you so much for the comments, I’ve still yet to figure it out :frowning: