Title: Remove link underlines
Last modified: August 30, 2016

---

# Remove link underlines

 *  [Oliver](https://wordpress.org/support/users/pr0t0type/)
 * (@pr0t0type)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-link-underlines/)
 * Hi everyone!
 * I want to remove the underlines of the links.
 * Can you please provide me the code needed and tell me the position to enter it?
 * I tried adding several codes like
 * > .post-content a {
   >  border-bottom: 0; }
 * into the style.css but it didn’t work.
 * Thanks a lot !
 * Olli

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

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-link-underlines/#post-6431708)
 * Can you post a link to your site?
 *  Thread Starter [Oliver](https://wordpress.org/support/users/pr0t0type/)
 * (@pr0t0type)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-link-underlines/#post-6431933)
 * It’s meant for [http://coaching-executives.de/](http://coaching-executives.de/).
 * Thank you Stephen!
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-link-underlines/#post-6431934)
 * If your theme has a built-in custom CSS option, use it; otherwise, get a [custom CSS plugin](http://wordpress.org/plugins/search.php?q=custom+css)
   and put:
 *     ```
       a { text-decoration: none; }
       a:hover { text-decoration: underline; }
       .entry-content p a { text-decoration: none; }
       .entry-content p a:hover { text-decoration: underline; }
       .entry-content a.spoiler-tgl { border-bottom: none; }
       ```
   
 *  Thread Starter [Oliver](https://wordpress.org/support/users/pr0t0type/)
 * (@pr0t0type)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-link-underlines/#post-6431936)
 * It worked, great!
 * Thanks a lot and have a great day .-)

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

The topic ‘Remove link underlines’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/clean-content/1.2.2/screenshot.
   png)
 * Clean Content
 * [Support Threads](https://wordpress.org/support/theme/clean-content/)
 * [Active Topics](https://wordpress.org/support/theme/clean-content/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/clean-content/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/clean-content/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Oliver](https://wordpress.org/support/users/pr0t0type/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/remove-link-underlines/#post-6431936)
 * Status: not resolved