donovandeez Posted October 17, 2019 Share Posted October 17, 2019 Hi there! I found out how to CSS the link hover color via this post: https://answers.squarespace.com/questions/173058/change-the-hover-colour-of-links-without-changing.html But the second line of code from that forum does not help my problem which is that I'd like to use a different color when hovering over the index/navigation/menu. I'm using the Henson template with the menu/index at the bottom. Any help would be greatly appreciated!!! I've tried making up some code to reference that element the way that the button was referenced in the link above... like ".sqs-index-navigation-element:hover" but obviously that didn't work! hahaha. i don't know how to code! Thanks in advance! Link to comment
tuanphan Posted October 17, 2019 Share Posted October 17, 2019 @donovandeez Try this CSS, it will change link hover content for main content, without navigation div#mainContent a: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!) Link to comment
donovandeez Posted October 17, 2019 Author Share Posted October 17, 2019 This helped! Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.