Heisenberg submitted a new resource:
You must be registered for see links
- Remove the underline on hover from the footer linksThis resource is not affiliated with XenForo Ltd.
Someone asked how to remove the underline on hover from the footer links so here are some simple edits to achieve that.
Again, add all custom css to EXTRA.css.
To remove the underline from the copyright text add this:
Code:#copyright .concealed:hover { text-decoration: none !important; }
To remove the underline from Contact Us, Home & Top add this:
HTML:.footerLinks a[href]:hover { text-decoration: none;...
You must be registered for see links
