Okay
  Public Ticket #3053988
Mouse Animation Color Change
Closed

Comments

  • Robin De Raedt started the conversation

    Hi there,

    Is it possible to change the color of the mouse animation? We went for a black/dark mode of Otivar but can't seem to find where the mouse animation can be changed in color. I saw somewhere it was done in PHP, so it is possible to direct me to the correct folder or maybe where i can 'copypasta' or change the colorcode?

    Kind regards,

  •  869
    Neuron replied

    Hi Robin,

    You can change it by adding the following code at Elementor Site Settings > Custom CSS.

    .n-cursor--outer {
        border-color: white !important;
    }
    .n-cursor--inner {
        background-color: white !important;
    }

    Feel free to ask for anything you need.

    Kind Regards