Hi,
I’ve added a animated Custom Cursor with a custom code. It works perfectly on the main pages however the cursor, even the default one doesn’t work in the Hamburger Menu. It appears the Hamburger Menu is on a Layer above where the animated Cursor is (the cursor can be seen when I reduce the opacity of the menu. )
Anyone know what the issue or a possible solve is?
This is code I’m using:
<script src="https://cdn.jsdelivr.net/npm/kursor@0.1.6/dist/kursor.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/kursor@0.1.6/dist/kursor.min.css" rel="stylesheet">
<script>
document.addEventListener('DOMContentLoaded',function(){
new kursor({
Type: 1,
removeDefaultCursor: true,
color: '#dfe5e7'
});
});
</script>
My WIP site is at www.meta-hive.com, built on Wix Studio.
Thanks in advance,
Darius