Links mouse hover doesn't work correctly
-
Hi @arminunruh and everyone,
I have added a mouseover on all of my links (with the css editor), but for some reasons it works only on few of them. I coudn't find why… do you have any idea how to solve this issue? Here is my page.
Thanks! -
-
Hi @mariusjopen, thank you for your answer!
The links in my 'projects', here is an example. You'll see it at the end of the fullscreen slider, there is a description with links in it. The mousover doesn't seem to work there, but it works on my front-page.
My CSS is set to turns the text into grey when mouse overing (with a fade in and out).
Thank you for your help!
Loris -
Hi @Loris
Best is if you write an email to marius@thepeople.world and include your username, password and a link to this conversation.Marius
-
Hi @mariusjopen, Ok! I have sent you an email!
All best,
Loris -
HI @Loris !
Have a look here:
a:hover span { color: grey !important; }
So now all the links which contain <span> elements are getting grey on hover.
If you want to limit it to specific boxes you can add another class in front like here:
.ANOTHERCLASS a:hover span { color: grey !important; }
I hope I could help!
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. Now see if your problem solved itself
5. 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