• Resolved mrdisa97

    (@mrdisa97)


    Hello, I have a problem with custom cursor in wordpress and elementor, I set cursor like this:

    div{
          cursor: url(https://example.com/wp-content/uploads/2021/10/curr.png), auto;
    }

    And it works but if I try to set cursor offset like this:

    div{
          cursor: url(https://example.com/wp-content/uploads/2021/10/curr.png), 5 5, auto;
    }

    It doesn’t work, also if I use SVG for cursor it doesn’t work either

    Thanks in advance!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Custom cursor problem’ is closed to new replies.