I did this on my homepage. I just set the text-size: 0px; in the .css file. This way you can always go back and change the pixels so that you can see the author and date.
example:
.so-masonry-container .masonry-brick .post-information .entry-meta {
color: #ffffff;
font-size: 0px;
font-style: italic;
}