CSS not working Color Hover Font
-
Hello,
I have a problem with my CSS and I hope on of you can help me! On my project page, I would like to have a different font color in Hover for each of my project but it's not working. I can do the textdecoration underline, but I can't change the color of the font.
I've attached a screen shot of my CSS. 
And here you can find my website link: http://mariepriour.com/
Thanks for the theme it's really good :dancers:
All the best,
Marie
-
Hi Marie,
happy you like the theme!
I had a look into your code and understood your problem.
You need to write the CSS like the following:
.menu a span:hover { text-decoration: line-through; color: red !important; }I hope that helped :-)
let me know if you have more questions!
All the best!
Marius
-
Hi Marie,
happy you like the theme!
I had a look into your code and understood your problem.
You need to write the CSS like the following:
.menu a span:hover { text-decoration: line-through; color: red !important; }I hope that helped :-)
let me know if you have more questions!
All the best!
Marius