You can customize the ratings using “Post Ratings Templates” on plugin’s menu options and you can hide information without modify any css.
If you want to change the stars for custom images, you can overwrite the default images set. I suggest the use of png format.
You must experiment on localhost instead of showing “under consruction” messages to visitors every time you change something to your WP.
Solution.
Just add (in bold):
'title',
'editor',
'excerpt',
'revisions',
'thumbnail',
'custom-fields',
'author', <strong>'comments'</strong>,
)
)
);
}
add_action...
Easy, totally customizable, great plugin!