Custom Mouse Cursor Effect in Elementor

 

 

Code snippet for Elementor Custom Mouse Cursor:

<link rel="stylesheet" href="https://unpkg.com/kursor/dist/kursor.css">
<script src="https://unpkg.com/kursor"></script>
<script>
	new kursor({
		type: 1,
		color: '#000000',
		removeDefaultCursor: false,	
	})
</script>

 

Leave a Comment

Your email address will not be published. Required fields are marked *