How to remove course start date from Course cards while the new course card is enabled in Edwiser RemUI settings.
Use this CSS in Edwiser RemUI settings > General settings > Custom CSS section.
.latest-cards .course_card .date {
display: none;
}