Title: Removing Posts Underlines
Last modified: August 18, 2017

---

# Removing Posts Underlines

 *  Resolved [wayne2346](https://wordpress.org/support/users/wayne2346/)
 * (@wayne2346)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/removing-posts-underlines/)
 * Hello,
 * On my site I would like to remove the underlines on my title posts. It would 
   show up when I hover above it. Also, when I hover I want the letters to become
   a different color, say black.
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremoving-posts-underlines%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 9 months ago](https://wordpress.org/support/topic/removing-posts-underlines/#post-9422537)
 *     ```
       .colors-dark .entry-title a:hover {
           text-decoration: initial;
           box-shadow: initial;
          color: #ccc;
       }  
       ```
   
 * **To add CSS:**
    - If you are using WordPress 4.7 or later, use the “Additional CSS” option in
      the customizer.
    - If your theme has a custom CSS option, use that to add the CSS shown above.
    - If not, install the plugin [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/).
 * Learn to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   to help you see and test changes to your CSS.
 *  Thread Starter [wayne2346](https://wordpress.org/support/users/wayne2346/)
 * (@wayne2346)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/removing-posts-underlines/#post-9425398)
 * Thank you for replying back. It worked out. On my site I would like to do the
   same for the side widget. I tried this CSS:
 * .colors-dark .widget-title a:hover {
    text-decoration: initial; box-shadow: initial;
   color: #ccc; }
 * But it didn’t change. I would like to remove the hover link on my copyright too.
   Thanks again for your help.

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

The topic ‘Removing Posts Underlines’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [wayne2346](https://wordpress.org/support/users/wayne2346/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/removing-posts-underlines/#post-9425398)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
