top of page

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 Studio Hover Text Animation[Code]

<div class="wrapper">   <div class="hero">     <h1 class="hero__heading">Travel Guide</h1>   </div>   <div class="hero hero--secondary" aria-hidden="true" data-hero>     <p class="hero__heading

 
 
 

Comments


bottom of page