jonnehansson Posted April 7, 2021 Share Posted April 7, 2021 (edited) 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 Edited April 9, 2021 by jonnehansson Link to comment
Solution tuanphan Posted April 10, 2021 Solution Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
jonnehansson Posted April 11, 2021 Author Share Posted April 11, 2021 (edited) It works! Thank you Tuanphan! /Jonne Edited April 11, 2021 by jonnehansson Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment