One my widget bar, I have an image which is hyperlinked. The problem is that CSS underlines it. How do I remove the underline?
Update: Just noticed that this is what is causing the underline:
}
.entry a,
.secondaryColumn a,
#commentsContainer h3 a,
.commentlist .comment-author a {
border-bottom: 1px solid #ddd;
color: #3c6c92;
font-weight: bold;
}
.entry a:hover,
.secondaryColumn a:hover,
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover,
.commentlist .comment-meta a:hover {
color: #3c6c92;
border-bottom: 1px solid #3c6c92;
}
changing the border-bottom to 0px does the trick, but then it takes off the border across all widgets. I use Grid-focus with a wee bit of customization @ thunderror.com