Hide Post Author on Posts

Depending on how you intend to present the information on your website, you may want to hide the post author information on posts. In that case, use the following code in the Additional CSS section of the theme customizer:

/* Hide post author info from post meta section */
.post-author.meta-wrapper {
	display:none;
}