Hover Color
On my website, when you hover over a tab it turns white and when you move away it goes black, and that's what I want. But On my LINK tab when you click on it then move the mouse away it stays white. how can I make it act like the others?
On my website, when you hover over a tab it turns white and when you move away it goes black, and that's what I want. But On my LINK tab when you click on it then move the mouse away it stays white. how can I make it act like the others?
jaspermaxx44 wrote
On my website, when you hover over a tab it turns white and when you move away it goes black, and that's what I want. But On my LINK tab when you click on it then move the mouse away it stays white. how can I make it act like the others?
Adding the below css selector to your css styles should work:
#myNavbar a {
color: #000000;!important
}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.