How to hide Section number text while using Edwiser Course Format - Card Layout
Add this CSS to Edwiser RemUI setting > General setting > Custom CSS section to hide Section name while using Edwiser Course Format - Card Layout
body#page-course-view-remuiformat .remui-format-card.all-section-format .section .sectionname {
display:none;
}