top of page

Utility

Tools

How to create an Animated Custom Cursor in Wix Studio - Head Code



Code


tk<!-- Include the kursor library -->

<script>

  document.addEventListener('DOMContentLoaded', function() {

    new kursor({

      type: 1, // Choose the type of cursor

      removeDefaultCursor: false,

      color: '#000000' // Customize the cursor color

    });

  });

</script>

 
 
 

Recent Posts

See All
Wix Dynamic Title Code

<style> #dynamicHeading { font-family: Arial, sans-serif; color: #F25041; display: inline-block; overflow: hidden; white-space:...

 
 
 

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
bottom of page