The link to your site doesn’t work, but anyway, this kind of question has been asked many times in this forums and all the answers are already there. So please search the forum and you would get the answers along with code samples.
I’ve looked but can’t find exactly what I’m looking for. The site is http://www.couponcodeshostgator.net
Before you make any changes, you need to make a child theme or install a custom CSS plugin – otherwise your changes will be overwritten when the theme (and WP) is updated.
Once you have that set up, add this to the CSS code:
.entry-header hgroup .entry-title {
display: none;
}
.entry-content, .entry-summary {
padding: 0;
}
Some of the space is due to empty paragraph tags in your content:
<div class="entry-content">
<p></p>
thank you much! Worked like a charm