JakeLake Posted March 16 Share Posted March 16 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?! Link to comment
Solution tuanphan Posted March 16 Solution Share Posted March 16 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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment