loylabel Posted June 13, 2023 Posted June 13, 2023 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; }
Solution JayVanDyke Posted June 13, 2023 Solution Posted June 13, 2023 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! 👨💻 Bergen Design Co. 💻 I'm for hire on Upwork! 🕸️ Squarespace Experts 🖥️ 99Designs 🛠️ Web Designer's Toolkit **some of these contain affiliate links
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment