How can I change the color of the module row on the course outline and widget?

To change the color of the Module row on the course outline and on the widget, you'll need to add some CSS.

We recommend using " Simple Custom CSS", a free plugin for adding additional CSS to your site, as opposed to modifying the style.css file from your theme.

To change the color of the Module row on the course outline use this:

.content #wpcw_fe_course .wpcw_fe_module td {
background-color:#000000 !important;
}

To change the color of the Module row on the widget use this CSS:

.widget-area #wpcw_fe_course .wpcw_fe_module td {
background-color:#000000 !important;
}

Still need help? Contact Us Contact Us