How to change the color of the URL text on a progress page
To change the color of the URL text on the progress page, simply add some CSS to your website.
We recommend using " Simple Custom CSS", a free plugin for adding additional CSS to your site 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, simply add some CSS to your website.
#wpcw_fe_course .wpcw_fe_unit a:hover { color:#000000 !important; }