Hi,
is it possible to add your own png or svg for a custom mouse cursor. Which you can choose then in the class manager for e.g. a mouse over hoover.
I found this page explaining it somehow, but im not familiar with coding and I don’t know where in blocs I could add the link to the custom mouse cursor.
I’ve actually tried now several ways to add this code in the Code Editor in the stylesheet.css. Unfortunately nothing is going to change in my project. The url is correct. Do i need to add an additional class for the pointer or something?
Could you please explain me how to properly add the custom cursor?
Thank you!
Ok, I’ve almost managed to get it to work
But when im trying to change the cursor “pointer” to something else the pointer always stays the standard pointer.
Ive figured out when im exporting the project, there is a line in the code:
a:hover{text-decoration: none; cursor:pointer;}
I’ve changed that like you explained to me and it actually works for hovering on the entire webpage. But is there a way to add this code/behavior within the Blocs app itself?
I would like to have different mouse cursors on different hovering actions. So for example there is a button which will show something so there the cursor should be a “+” when the user will click it again and hovering over it there should be a “-” for indicating the action.
Ok, actually I didn’t want to implement Java. Like you probably already noticed I don’t know anything about coding.
Can you explain me how I can change the “hover” effect for Buttons? This would already help me a lot.
Ok, here we go. I found a solution for my problem. Apparently my document always worked with Bootstrap 4. When i changed it to Bootstrap 5 it worked immediately.