I was wondering how do I make the link 'Add a Photo' be always underlined. I noticed it is underlined when it's hovered over, but not without hovering.
not resolvedI was wondering how do I make the link 'Add a Photo' be always underlined. I noticed it is underlined when it's hovered over, but not without hovering.
Here's some CSS:
.bwbps_addphoto_link a {
text-decoration: underline !important;
}