Remove underlining from hyperlinks?
-
How do I remove underlining from hyperlinks in twentyfourteen using CSS customisation? None of the codes I’ve found have worked. Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Try this code:
:link, :visited { text-decoration: none !important; }Let me know if I can help with anything else! :)
- The topic ‘Remove underlining from hyperlinks?’ is closed to new replies.