sophielindemann Posted October 27, 2019 Share Posted October 27, 2019 I'm trying to insert css that would allow each of my 3 page titles in my primary navigation to be a different color, and have a different hover color, and have a different active page color. what would the correct css be?? my site link is: https://www.sophielindemann.com/  thank you! 🙂 Link to comment
tuanphan Posted October 27, 2019 Share Posted October 27, 2019 @sophielindemann Add to Home > Design > Custom CSS nav#mainNavigation a[href="/design"] { color: green; } nav#mainNavigation a[href="/design"]:hover { color: violet; } #mainNavigation .active-link a[href="/design"] { color: red; } Do similar with other items Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.