Page 1 of 1

Cursor change to pointy hand

Posted: Thu Jan 23, 2020 3:40 pm
by DrTeeth
I have searched in the help, user guide and on the forum without success for the answer to this post, honest. I can find various solutions on the 'net, but obs would like to use WYSIWYG WB for this.

At www.sedations.drteeth.co.uk, I have a button on the main page.

How do I get the arrow cursor to change to a pointing hand over the button?

Thanks

DrT

Re: Cursor change to pointy hand

Posted: Thu Jan 23, 2020 4:38 pm
by Pablo
Normally, only links have a hand cursor.
But you can use styles to set a custom cursor. or else add custom code.

Re: Cursor change to pointy hand

Posted: Thu Jan 23, 2020 5:25 pm
by DrTeeth
Thank you so much. I'll give it a try.

Re: Cursor change to pointy hand

Posted: Thu Jan 23, 2020 5:43 pm
by zinc
In custom style (HTML Code) try this

cursor: pointer;

Re: Cursor change to pointy hand

Posted: Thu Jan 23, 2020 5:57 pm
by DrTeeth
That did the trick perfectly, many thanks.