Title: Remove link Underline from posts
Last modified: August 19, 2016

---

# Remove link Underline from posts

 *  [zero9cool](https://wordpress.org/support/users/zero9cool/)
 * (@zero9cool)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/remove-link-underline-from-posts/)
 * how can i remove underline from links in the post and , from under the comments
   link.

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/remove-link-underline-from-posts/#post-1737816)
 * By editing your theme’s stylesheet.
 *  Thread Starter [zero9cool](https://wordpress.org/support/users/zero9cool/)
 * (@zero9cool)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/remove-link-underline-from-posts/#post-1738072)
 * damn man why do i always have to be specific ?
 * [@esmi](https://wordpress.org/support/users/esmi/) i wanted the css for that,
   i searched in the stylesheet but could figure out …
 * there .hentry { and there is p {
 * confused ???
 *  [antonshevchuk](https://wordpress.org/support/users/antonshevchuk/)
 * (@antonshevchuk)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/remove-link-underline-from-posts/#post-1738101)
 * Hi,
    Open CSS tab on Customize page and write next:
 *     ```
       .hentry a{
           border:0 !important;
       }
       ```
   
 *  [Joe](https://wordpress.org/support/users/shopping-guide/)
 * (@shopping-guide)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/remove-link-underline-from-posts/#post-1738103)
 * Some themes may be using different css classes to style various elements, but
   the basic syntax for it would be something like this:
 *     ```
       .hentry a {
       text-decoration:none;
       }
       ```
   
 * If you post a link to your site we could give a more specific answer.
 * Joe

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

The topic ‘Remove link Underline from posts’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 4 participants
 * Last reply from: [Joe](https://wordpress.org/support/users/shopping-guide/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/remove-link-underline-from-posts/#post-1738103)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
