beerForo
Well-known member
Trying to underline links in the profile post sidebar widget. They are already underlined in the full size and on the member page. When I try it underlines the author and time not the posted URL only. This is what I have for the other areas. Just need something for this. Thanks!
Code:
.message-body a, .fr-view a, .bbCodePreview-content a, .message-signature a {
text-decoration: underline !important;
}