How to change the custom cursor throughout the site?

You can simply use this class on your css file to have your custom cursor for the entire site to override any other pointer, hand cursor.


* {
cursor: url('cursor_image_file_path'), auto !important;
}

Enjoy 😀

More Articles & Posts