Hello @cielconsulting,
Use this custom code if you want to hide course duration from course page goto appearance>>customization>>custom CSS and paste it,
body.course-template-default.single.single-course .widget .course_details ul li.course_time {
display:none !important;
}
For start course button:
Please check the course settings, in the course settings make sure the course button is not hidden, refer:
http://prntscr.com/g2hbyr
Thanks,