Just in case anyone else is looking to hide the small avatar from the question list page, please do the following:
1. Install a child-theme or install the Jetpack plug-in to get the custom css feature. This way you won’t lose your changes if and when the plugin updates.
2. Now go to your child’s theme css or the custom css feature and type the follow to get rid of all author information (avatar and name):
.dwqa-author { display: none; }
or
3. To display the Answer’s name, so only the small icon is removed:
.dwqa-user-avatar { display: none; }