How to customize course card background color for Course overview and Recently accessed courses

To customize course card background color for Course overview and Recently accessed courses add the CSS mentioned below in Edwiser RemUI general settings > Custom CSS section

.block-myoverview .card.dashboard-card .card-body,

.block-myoverview .edw-course-list-container .list-group-item,

.block-myoverview .edw-course-summary-container .list-group-item {

background-color: pink;

}

.block-recentlyaccessedcourses .card.dashboard-card .card-body {

background-color: red;

}

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