JakeLake Posted September 6 Share Posted September 6 Hello there! So my 'old' footer CSS does not work after changing my footer: footer a {text-decoration: none !important; } /* footer links hover color */ footer.sections a:hover span { color: #F2BA40 !important; } Website: www.starcruiter.no Link to comment
Solution Lesum Posted September 6 Solution Share Posted September 6 @JakeLake You can try this code snippet: footer a { text-decoration: none !important; } footer a:hover { color: #F2BA40 !important; } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? 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