If you want to control the display of initial displayed for when a user does not have an avatar, and you are not using indenticons,
Modify each style's
Misc. Properties > .avatar-none
on just those styles you want your changes to affect
to hide them completely, replace the CSS with this
.avatar-none{display:none;}
to hide the username initials for all users without avatars, regardless of your forum's chosen style,
In Control Panel > General, HTML INCLUDES tab
add this to a new line at the bottom of your "Default Forum Header" code
<style>.avatar-none{display:none;}</style>