i’m no coder either, i would use css
body.home .entry-utility {display:none}
body.home .entry-meta {display:none}
if you are still having problems email me
jonnyjaniero(at)gmail(dot)com
also, i may have missed it, but you dont seem to have a contact email on your site.
hey nib,
you can remove it using a custom page template, but as i see you are using Thematic, there is an easier way, just using the dynamic classes that are built into thematic.
in your main css style file…just add
body.page .entry-title {display:none;}
this will hide all titles from pages.
and the titles for blog posts will remain.
you can be more specific and just target certain pages
e.g
body.slug-about .entry-title {display:none;}
body.slug-web .entry-title {display:none;}
hope this helps