@darasy : I found that customizing the CSS is a clean method for me to accomplish what I want rather than using a child theme. Adding the following to the Custom CSS under “Appearance | Edit CSS” will hide Author, Time, and Date.
.byline {
visibility: hidden;
}