Title: Underline link
Last modified: August 19, 2016

---

# Underline link

 *  [roychan](https://wordpress.org/support/users/roychan/)
 * (@roychan)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/underline-link/)
 * Hi All,
 * My first post here.I am trying to modify the CSS template on my hosted WP blog.
   I want to know how to modify the Look and Feel of an underlined link:
 * Right now, it’s only showing as grey broken underline below:
 * [http://wealthyhub.com/news/sitesell-elearning](http://wealthyhub.com/news/sitesell-elearning)
 * Thanks
    Roy

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

 *  [s_ha_dum](https://wordpress.org/support/users/apljdi/)
 * (@apljdi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/underline-link/#post-1218010)
 * I don’t see any gray broken underlines. I see solid underlines?
 * Generally speaking though what you want to look for in the stylesheet are the‘
   a’ tags– a,a:link,a:visited,a:hover,a:active. Your basic text related commands
   should work– font, text-transform, color, and such.
 *  [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/underline-link/#post-1218289)
 * roychan,
 * Just for reference:
 *     ```
       a {
          text-decoration: nonw;
          }
       ```
   
 * Something similar to the above is what you are looking for to remove underlines
   on links. This is a CSS question and not WordPress specific. Here is a good place
   to start learning CSS: [http://www.w3schools.com/css/](http://www.w3schools.com/css/)

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

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [doc4](https://wordpress.org/support/users/doc4/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/underline-link/#post-1218289)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
