hoppingbean Posted June 17, 2020 Posted June 17, 2020 Site URL: https://www.climatetechaction.network/ Hi guys, I'm really confused because I was able to change the color of my social media icons putting this in the custom CSS box: .header-actions use { fill: #00bfff; } However, I want to also make the menu items change color (Apply, Our Mission, etc) as well as the social media icons when the mouse hovers over them. I've pasted different CSS codes I've found online but none of them work. Can someone please assist?
RyanDejaegher Posted June 17, 2020 Posted June 17, 2020 @hoppingbean you can add this to your custom CSS .header-actions use:hover { fill: red !important; } Result: Philadelphia, PA 👉 Squarespace Tutorials Chat/Message on FB Messenger for quickest response: https://m.me/dejaegherryan
hoppingbean Posted June 17, 2020 Author Posted June 17, 2020 37 minutes ago, RyanDejaegher said: @hoppingbean you can add this to your custom CSS .header-actions use:hover { fill: red !important; } Result: Thank you SOOO much Ryan!!! Now if it isn't too much to ask, could you let me know how to change the hover color of the menu link items as well? (Apply, our mission etc) We are a small nonprofit and really appreciate your help! I tried this but it did not work: .header-nav-item:hover { color: #787878 !important; } The style of my website is "Malone"
hoppingbean Posted June 17, 2020 Author Posted June 17, 2020 Also tried this but didn't work .header-nav-item use:hover { fill: #787878 !important; }
tuanphan Posted June 17, 2020 Posted June 17, 2020 41 minutes ago, hoppingbean said: Also tried this but didn't work .header-nav-item use:hover { fill: #787878 !important; } you can try this .header-nav *:hover { color: red !important; } 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!)
hoppingbean Posted June 17, 2020 Author Posted June 17, 2020 It works!! Thank you both so much for your help!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.