WordPress Link Attributes, Including Underlines By Michael McCornackSeptember 18, 2025September 18, 2025WordPress Techniques The CSS code to underline links when the Theme does not underline them: a:link {text-decoration: underline;} There are other link attributes than can be changed. For more information, see the W3 Schools CSS article.