Hello guys,
im working on Portfolio page Chalennger. I have a problem with button. When i put my cursor on the button the written change color in blue, like a link. Can i change this?
Try using this (tweak to suit your needs)
ul li a:hover {
text-decoration: none;
color: white;
}
1 Like
This solution works!. Ty!
Is that a default option of what? “href”?
Can you elaborate? I don’t quite get what you said