• Resolved diytheoldnew

    (@diytheoldnew)


    Links in the editor of my posts show up as being underlined, but not in the posts themselves (they are bold, but barely discernible from the other type). I tried the code pasted below, but that only underlined the links to the featured posts (and comments and dates written) on the home page. It does NOT underline the links in the body of the posts. Is there any way to just underline links in the body of each post?

    .entry-content a {
    text-decoration: underline!important;
    }

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello diytheoldnew,

    Please try the below css , i hope that will apply the underline each post anchor.

    .single-post a
    {
    text-decoration: underline !important
    }
    

    Kind regards,

    Manoj

    Thread Starter diytheoldnew

    (@diytheoldnew)

    Yes! That worked. Thanks so much.

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

The topic ‘Issues with underlining links’ is closed to new replies.