Hi tuttlephoto,
Kindly open includes > format-standard.php and find this code:
<h1 class='post-title offset-by-one'>
<a href="<?php echo get_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link:','avia_framework')?> <?php the_title(); ?>"><?php the_title(); ?></a>
</h1>
Replace it with:
<h1 class='post-title'>
<a href="<?php echo get_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link:','avia_framework')?> <?php the_title(); ?>"><?php the_title(); ?></a>
</h1>
On the same file, find this code:
<!--meta info-->
<div class="one unit alpha blog-meta meta-color">
<div class='post-format primary-background flag'>
<span class='post-format-icon post-format-icon-<?php echo get_post_format(); ?>'></span>
</div>
</div><!--end meta info-->
Remove this code.
Finally, still on the same page, find this code:
<div class="seven units entry-content">
and replace it with:
<div class="nine units entry-content alpha">
Hope this helps.
Regards,
Ismael