How to change Cursor on off and cursor color
Turn on OFF Cursor
To turn off or on the mouse cursor
- Go to your WordPress Admin dashboard.
- Click on "Appearance" and then "Axtra Option".
3. Enable or Disable the cursor
Change Cursor Color
If you want to change the cursor color
- Go to your WordPress Admin dashboard.
- Click on "Appearance" and then "Customize".
- Click on "Additional CSS" in the left-hand menu.
- 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.