OK I found this on another thread
/* Remove blog post metadata*/
.entry-header .entry-meta { display: none ;}
/* Remove featured image from single blog page*/
.single .featured-image { display: none ;}
/* Remove blog category*/
.in-category { display: none ;}
/* Remove line from under blog post*/
.site-content article {
border-bottom: 0px solid;
word-wrap: break-word;
-moz-hyphens: auto;
}
/* Remove the post navigation links*/
.nav-next { display: none ;}
.nav-previous { display: none ;}
and it’s working great…except…the category is still being displayed beneath the post. Because I found this as a response to a different theme I suspect I need to modify it for Higher Education Pro. Please help!