JakeLake Posted March 16, 2023 Posted March 16, 2023 www.IT-oppdrag.no So my footer text was black with yellow on hover: /* footer links hover color */ footer.sections a:hover { color: #F2BA40 !important; } I then inverted/changed the footer text to yellow and colour in CSS to black. Nothing happened and when I added the old, above code again there is no action on hover?!
Solution tuanphan Posted March 16, 2023 Solution Posted March 16, 2023 You can use this new code /* footer links hover color */ footer.sections a:hover span { color: #F2BA40 !important; } JakeLake 1 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
Create an account or sign in to comment
You need to be a member in order to leave a comment