Custom Cursor headache
-
Hi,
Love the theme as ever!
I'm having trouble with custom cursors and researching through the forum hasnt resolved the issue.
No problem with a custom pointer but i can't seem to apply different images to different cursors (ideally a simple pointer and default cursor).
This is what im using
a {
cursor: url('https://ollyburn.com/wp-content/uploads/2020/02/Dog_Cursor_2.png') 16 16, pointer !important;
cursor: url('https://ollyburn.com/wp-content/uploads/2020/02/Dog_Cursor.png') 16 16, default !important;
}
site is www.ollyburn.comAny advice would be much appreciated!
Thanks,
Olly
-
Dear @ollyb
try this:body { cursor: url(https://ollyburn.com/wp-content/uploads/2020/02/Dog_Cursor_2.png), auto; }
Best!
Maris
-
Dear @ollyb
try this:body.lightbox-css-on #lightbox-region.minimal-style #lightbox-inner.cursor-right img { cursor: url(https://ollyburn.com/wp-content/uploads/2020/02/Dog_Cursor_2.png), auto; }
Best!
Marius
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. When using a WordPress Cache plugin, disable it or clear your cache.
Now see if your problem solved itself.
Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it
I don't answer or check forum DMs, please just post on the forum.