How can I change the color of the course unit link text on a progress page?

To change the color of the URL text on the Progress page, you'll need to add some CSS to your website.

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.

#wpcw_fe_course .wpcw_fe_unit a {
color:#000000 !important;
}

To change the hover color of the URL text on the progress page, add this CSS to your website.

#wpcw_fe_course .wpcw_fe_unit a:hover {
color:#000000 !important;
}

Still need help? Contact Us Contact Us