Would you like to add some subtle pizzazz to your WordPress site?

It is very simple to add a custom pointer and you can even design your own with a little knowhow.  Failing that you are very welcome to use the bespoke custom pointer from Pixel Vista.  The ball remains blue for non active items, green for active links and purple for text input areas.  It seemingly rolls elegantly across your pages.

Simply copy the complete code below and paste it in your Additional CSS area within your theme settings, or in the CSS Editor by Jetpack if you have it installed.  Have fun trying it out and if you would like your own custom pointer just get in touch, it doesn’t take very long to design and install.

body {
cursor: url('https://usercontent.one/wp/www.pixelvista.uk/wp-content/uploads/cursor-blue-3.png?media=1697300690') 0 0, auto;
}
input[type="text"], textarea, input[type="password"], input[type="email"], input[type="search"] {
cursor: url('https://usercontent.one/wp/www.pixelvista.uk/wp-content/uploads/cursor-purple-1.png?media=1697300690') 0 0, auto;
}
input[type="submit"], button, a {
cursor: url('https://usercontent.one/wp/www.pixelvista.uk/wp-content/uploads/cursor-green-1.png?media=1697300690') 0 0, auto;
}