jonnehansson Posted April 7, 2021 Posted April 7, 2021 Site URL: https://www.jonnehansson.com/ Hi! I'm almost 100% satisfied with my website, but, would like to have a hover color over my "prev / next" text in the index pages. Same hover color as my other links - site title, navigation and body text (hsl(114, 69%, 47%). I can't find any option in the style editor to solve this. Is there a possibility of applying a hover color by using CSS? Thank you! /Jonne
tuanphan Posted April 10, 2021 Posted April 10, 2021 Hi, Add to Design > Custom CSS /* project nav links hover color */ div#projectNav span:hover { color: #36cb25 !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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.