Hi Richard, yes exactly ! But the color inversion must be done only inside the cursor shape (a circle). As in this example : https://centralstudio.ch/
If you can help me to do it (if it's not too complicated) it would be amazing!
Thank you
Hi Richard, yes exactly ! But the color inversion must be done only inside the cursor shape (a circle). As in this example : https://centralstudio.ch/
If you can help me to do it (if it's not too complicated) it would be amazing!
Thank you
@Richard-Keith said in Cursor invert color (black/white text):
span {
cursor:
url(https://chloegrienenberger.com/wp-content/uploads/2020/11/PERSONAL-IDENTITY-11.png) 2 6, auto !important;
}
Hi Richard, thank you for your feedback.
I showed you the code that I used while waiting to find a solution to do as on the site. I understood what you are proposing to me to do but I would like to try to do as on this site. Currently my hover is based on two images, but I think to have the color inversion on the text it must be a coded geometric shape and not an image?
It may be too complex to do or explain ... I still show you the images it is really the cursor hover which changes the color of the elements below.
thank you so much!
Hi, I custom my cursor to have a circle, you can see it on my website. I used this code :
body{
cursor: url(https://chloegrienenberger.com/wp-content/uploads/2020/11/PERSONAL-IDENTITY-10.png) 2 6, auto;
}
a {
cursor:
url(https://chloegrienenberger.com/wp-content/uploads/2020/11/PERSONAL-IDENTITY-11.png) 2 6, auto !important;
}
I'd like to have an inversion of color when it hovers over a text. Here's an example . I'll search on other forums and I found some codes but it didn't work. Do you have any ideas how to do it ?
Many thanks in advance!
Hello, I'm having the same issue... I lose the styles when I tried to upload more than one.
Hello,
I want to add an image above my text on mouseover. Here's an example https://www.martaveludo.com/featured
I tried to find the right css code but I'm totally lost..
Thanks for your help