k2 Images

by Trevor Turk

I love k2 (the WordPress theme, but I think some of the images are overkill. Luckily, there is an easy way to hide them using CSS. It’s easy:

.commentslink, .chronodata, .tagdata,
.comments .commentlist .commentmetadata {
	background: none;
	margin-left: -20px;
}
Advertisement