How to customize the text color of the section name in Card Layout while using Edwiser Course formats
Add this CSS in Edwiser RemUI settings > General settings > Custom CSS section:
body#page-course-view-remuiformat .remui-format-card.all-section-format .section .sectionname {
color:blue !important;
}
body#page-course-view-remuiformat .remui-format-card.single-section-format .sections .section .section-details .general-single-card .header-progresbar-wrapper .section-title{
color:blue !important;
}
color:blue !important;
}
body#page-course-view-remuiformat .remui-format-card.single-section-format .sections .section .section-details .general-single-card .header-progresbar-wrapper .section-title{
color:blue !important;
}
Before applying CSS
After applying CSS