Reply To: Link Questions (color and underlined)

Home Forums Support Link Questions (color and underlined) Reply To: Link Questions (color and underlined)

Home Forums Support Link Questions (color and underlined) Reply To: Link Questions (color and underlined)

#239415
Markus

Hi Tom.

I tried to underline the visited links in the content only.

.entry-content a:visited {
    color: #123852;
    text-decoration: underline;
}

Funny, the color works, but no underline.

Any idea?