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;
}

Before applying CSS

After applying CSS

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us