If you’re using the Divi Theme Builder, you might want to remove the meta a different way. But this article will show you how to remove the post meta (author & date) from LearnDash course pages when using the Divi theme. This is the info that is displayed just below the course title, at the top of the page.
.single-sfwd-courses .post-meta {
display: none;
}