loylabel Posted June 13 Share Posted June 13 Hello, I was able to change the text color of the header navigation, BUT doing so it cancels the hover effect on my css... any tips? .header-nav-item a:hover { color: #ED184B; font-weight: 400; } .header-nav-item a { font-weight: 400; color: #333333 !important; } Link to comment
Solution jaeveedee Posted June 13 Solution Share Posted June 13 either remove !important from the second rule or add it to the first one. The important is overriding your hover state. ☕ Did I help you? Buy me a coffee! 💻 I'm for hire on Upwork! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment