Hi everyone, is there a quick and simple way to display the mouse pointer as an arrow to indicate scroll down on my website? right now it's not very clear and I'd like to make it more user friendly... www.yassas.eu thanks a lot!
-
Arrow to indicate scroll down
-
Dear @Marcoyassas
Please add the following code into: > Customize > CSS >
body { cursor: s-resize; }
https://developer.mozilla.org/en-US/docs/Web/CSS/cursor
Cursor's can also be set to custom images via URL e.g:
url( "www.exampleweb.eu/images/img001/")
http://laythemeforum.com:4567/topic/5190/svg-cursors-fix
Custom Cursors can also be set with the Lightbox, Carousel & Full Screen Slider Addons:
Best wishes & have a wonderful day :)
Richard