Title: Issues with underlining links
Last modified: October 5, 2017

---

# Issues with underlining links

 *  Resolved [diytheoldnew](https://wordpress.org/support/users/diytheoldnew/)
 * (@diytheoldnew)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/issues-with-underlining-links/)
 * Links in the editor of my posts show up as being underlined, but not in the posts
   themselves (they are bold, but barely discernible from the other type). I tried
   the code pasted below, but that only underlined the links to the featured posts(
   and comments and dates written) on the home page. It does NOT underline the links
   in the body of the posts. Is there any way to just underline links in the body
   of each post?
 * .entry-content a {
    text-decoration: underline!important; }
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fissues-with-underlining-links%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [TUT Support](https://wordpress.org/support/users/phpexpert21/)
 * (@phpexpert21)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/issues-with-underlining-links/#post-9562651)
 * Hello diytheoldnew,
 * Please try the below css , i hope that will apply the underline each post anchor.
 *     ```
       .single-post a
       {
       text-decoration: underline !important
       }
       ```
   
 * Kind regards,
 * Manoj
 *  Thread Starter [diytheoldnew](https://wordpress.org/support/users/diytheoldnew/)
 * (@diytheoldnew)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/issues-with-underlining-links/#post-9562733)
 * Yes! That worked. Thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Issues with underlining links’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kale/2.8.2/screenshot.jpg)
 * Kale
 * [Support Threads](https://wordpress.org/support/theme/kale/)
 * [Active Topics](https://wordpress.org/support/theme/kale/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kale/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kale/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [diytheoldnew](https://wordpress.org/support/users/diytheoldnew/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/issues-with-underlining-links/#post-9562733)
 * Status: resolved