Im trying to remove the tags on the blog page and after reading through the forum i tried these:
.blog footer.entry-footer.cf {
display:none;
}
.x-integrity .post .entry-footer {
display: none;
top: -99999em;
visibility: hidden;
}
But as you see in the pic both leave the gap. How can i remove them completely?
Thanks
Rena