Title: Link Issue
Last modified: August 19, 2016

---

# Link Issue

 *  [nathanperkel](https://wordpress.org/support/users/nathanperkel/)
 * (@nathanperkel)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/link-issue-2/)
 * Not all of my text is underlining properly as you can see in this jpg below.
   
   I cant tell where the code is for this, and what part of the css lies the copy
   of each post, so i can change just that font? Is there a key, so i can figure
   out what css goes to what type?
 * [
    
   [](http://nathanperkel.com/screenshot.jpg)
    [http://nathanperkel.com/screenshot.jpg](http://nathanperkel.com/screenshot.jpg)

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

 *  [skylar_inmotion](https://wordpress.org/support/users/skylar_inmotion/)
 * (@skylar_inmotion)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/link-issue-2/#post-1426644)
 * You’re CSS rule looks like:
 *     ```
       .entry p a, blockquote a {
       border-bottom:1px dotted #999999;
       color:#000000;
       text-decoration:none;
       }
       ```
   
 * The links that aren’t underlining are not contained within a paragraph, so the
   above rule isn’t applying to them.
 *  Thread Starter [nathanperkel](https://wordpress.org/support/users/nathanperkel/)
 * (@nathanperkel)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/link-issue-2/#post-1426648)
 * But all the other links that are identical work just fine..
    this is set up just
   the same.. or am i missing something? how would I go about fixing this?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/link-issue-2/#post-1426704)
 * the ‘more’ tag of that particular post was inserted between two images in a span,
   and not in a paragraph – therefore the link style does not get applied (as [@skylar_inmotion](https://wordpress.org/support/users/skylar_inmotion/)
   already pointed out).
 * you could extend the link style to `a.more-link`– see following styles:
 *     ```
       .entry p a, blockquote a, a.more-link {
          color: #000000;
          text-decoration:none;
          border-bottom: 1px dotted;
          border-bottom-color:  #999;
       	}
   
       .entry p a:hover, blockquote a:hover, a.more-link:hover {
          color: #cccccc;
          text-decoration:none;
          border-bottom: 1px dotted;
          border-bottom-color: #999;
       	}
       ```
   
 * hope, you see the difference, and are able to edit the style.css of your theme
   accordingly.

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

The topic ‘Link Issue’ is closed to new replies.

## Tags

 * [csss](https://wordpress.org/support/topic-tag/csss/)
 * [link](https://wordpress.org/support/topic-tag/link/)

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

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
