how to change mouse cursor

werewolfvampire416
4 Posts
werewolfvampire416 posted this 28 February 2023
Ask a Question

please

please
Vote to pay developers attention to this features or issue.
2 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 28 February 2023

Hello,

Thanks for contacting us

Kindly elaborate more on that and attach some screenshots. Where do you want to change the mouse cursor?
...................................................
Sincerely,
Ahmad.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello, Thanks for contacting us Kindly elaborate more on that and attach some screenshots. Where do you want to change the mouse cursor? ................................................... Sincerely, Ahmad. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
xvemanuelvx
400 Posts
xvemanuelvx posted this 28 February 2023

Try Custom CSS. With this you can choose one of many predefined cursors.

.classname {
  cursor: auto;
}

It is also possible to create a completely custom cursor. But this is much more complicated.

https://developer.mozilla.org/en-US/docs/Web/CSS/cursor?retiredLocale=de

Try Custom CSS. With this you can choose one of many predefined cursors. .classname { cursor: auto; } It is also possible to create a completely custom cursor. But this is much more complicated. https://developer.mozilla.org/en-US/docs/Web/CSS/cursor?retiredLocale=de
You must log in or register to leave comments