This is the 'new' way Flynn coded it, when you hover over the icon, it goes to the color.
If you want them solid all the time, add the following to 'CSS Inserts'
For the Comment icon:
HTML Code:
a.comments-icon:link,a.comments-icon:active,a.comments-icon:visited {
background:transparent url(http://www.bfmcmillen.com/virtuallee/wp-content/themes/atahualpa/images/comment.png) no-repeat scroll center left
}
For the RSS icon;
HTML Code:
a.posts-icon:link,a.posts-icon:active,a.posts-icon:visited {
background:transparent url(http://www.bfmcmillen.com/virtuallee/wp-content/themes/atahualpa/images/rss.png) no-repeat scroll center left
}
For the EMAIL
HTML Code:
a.email-icon:link,a.email-icon:active,a.email-icon:visited {
background:transparent url(http://www.bfmcmillen.com/virtuallee/wp-content/themes/atahualpa/images/email.png) no-repeat scroll center left
}