You need to provide more information.
Which theme are you using(link)? A link to site?
Do you want to remove the meta from single post page or home page?
Thank you for the quick reply. I am using the Infinity Theme by Design Coral.
I don’t have a link yet i am working locally
Which page(s) do you want to remove the meta data from?
all the posts on the main page.
In your theme folder, line #5-7 in content.php are:
<div class="entry-meta">
<?php echo infinity_post_date() . infinity_post_comments() . infinity_post_author() . infinity_post_sticky() . infinity_post_edit_link(); ?>
</div><!-- .entry-meta -->
Delete these.