I do not mind the "hot" label. I just don't want the custom fields to be displayed on top of the intro picture/thumbnail.
Update: Worked it out. I added the following code to my iwall css template file. I hope that won't cause any problems elsewhere on the site. So far so good.
.fields-container {
visibility: hidden;
}