/*
 Theme Name:   Baskerville Child
 Template:     baskerville
*/

/* help with child themes: http://codex.wordpress.org/Child_Themes */

/* =Theme customization starts here
-------------------------------------------------------------- */
<style>
.blog-title {
  visibility: hidden;
}

.header .blog-logo {
  height: 300px;
}

.header {
  padding: 150px 0;
  height: 300px;
}

.post-author {
  visibility: hidden;
}

.post-meta {
  visibility: hidden;
}

.post-date {
  visibility: hidden;
}

.credits {
  visibility: hidden;
}
</style>