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 number text while using Edwiser Course Format - Card Layout
.single-card .sno {
display: none !important ;
}
Before applying CSS
After applying CSS