Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rahzah

    (@rahzah)

    No problem at all! I have been using the most recent update version 3.2.

    I have added these classes to the cursors settings: a, button, .html5-video-container. And added the following CSS code to adapt the cursor itself. I wanted the flower to be in the centre of the spot where I click.

    .cursor-image .cursor-el1 img {
    
    transform: translate(-50px, -50px);
    
    }

    And this code I have added to make sure that the standard cursor does not appear on any element.

    .a, button, i, .mejs-time-rail, .mejs-time-total, .mejs-time-slider, .x-anchor-content, .a .x-image, .x-image {
    
    cursor: none !Important;
    
    }
    .animate__animated .animate__fadeIn {
      
      cursor: auto !important;
      
    }

    Hope this helps!
    Thank you 🙂

    Thread Starter rahzah

    (@rahzah)

    Hi @hrs2015 ,

    thank you so much for your support. I can indeed confirm that the problem has been fixed in that particular case but it still happens in some other situations. I am referring to the use of Firefox (116.0.1). When there is a scroll bar on the right and I leave the browser window, the custom cursor does not reload and disappears. It seems to work fine with Safari and Firefox.

    Let me know if you need anything! Thank you 🙂

    Best
    R

    https://tinyurl.com/yxydc9f9

Viewing 2 replies - 1 through 2 (of 2 total)