Cursor over intro video
-
Hi,
Thanks for this super wordpress theme !
I am a real newbie and i try to custom the cursor, i know there's a lot of discussion about but i have not seen the solution for my problem.I replaced the cursor and it's working except over the video i have in intro of my website : https://lauramonin.com/ (under construction ;)) What can i put on the CSS ?
Thanks for your help !
-
This is what i add for the moment :
body, a {
cursor: url('https://lauramonin.com/wp-content/uploads/2020/02/mainmini.png'), url('https://lauramonin.com/wp-content/uploads/2020/02/mainmini.png'), auto !important;
} -
-
Dear everyone,
is there a reason why this is not working for an intro with an image? In my case: timbieker.com the cursors are not shown in the intro. Only after clicking and getting to the actual site. Didn't do anything different, I think.
Best,
Tim -
Dear Tim
@Tim-B
It has been a long time, what a beautiful website 🌻
The Intro has a default cursor:
.intro { cursor: pointer; }
that is overriding your custom cursor unfortunately. Please add the following code into:
Lay Options > Custom CSS & HTML > Custom CSS
.intro { cursor: url(http://timbieker.com/wp-content/uploads/2021/05/Artboard-2.png) 4 12, auto !important; }
Let me know if this helps and talk soon ✨
Sincerely
Richard
-
@Richard said in Cursor over intro video:
.intro {
cursor: url(http://timbieker.com/wp-content/uploads/2021/05/Artboard-2.png) 4 12, auto !important;
}Richard!
Always there to help. Glad you like it, I was polishing it quite a bit after you gave a lot of helping insights. It helped now to address the intro cursor! Awesome.
Thank you very much.
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it