Okay
  Print

How to change Cursor on off and cursor color

Turn on OFF Cursor

To turn off or on the mouse cursor

  1. Go to your WordPress Admin dashboard.
  2. Click on "Appearance" and then "Axtra Option".

    3. Enable or Disable the cursor 



Change Cursor Color

If you want to change the cursor color 

  1. Go to your WordPress Admin dashboard.
  2. Click on "Appearance" and then "Customize".
  3. Click on "Additional CSS" in the left-hand menu.
  4. Paste the following CSS code into the text area, changing "red" to the color of your choice:

.cursor1 {      border: 1px solid red;  }

.cursor2 {      background-color: red;  } 

I hope this helps! Let me know if you have any further questions.