diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss
index 3d0a26e842..47b3a8ad60 100644
--- a/lms/static/sass/views/_verification.scss
+++ b/lms/static/sass/views/_verification.scss
@@ -385,7 +385,6 @@
.sts-track-value {
background-color: $professional-color-lvl1;
}
-
}
}
@@ -470,7 +469,14 @@
display: inline-block;
.sts-track-value {
- background: $m-blue-l1;
+ background: $verified-color-lvl3;
+ }
+
+ &.professional-ed {
+
+ .sts-track-value {
+ background-color: $professional-color-lvl1;
+ }
}
}
}
diff --git a/lms/templates/courseware/course_about.html b/lms/templates/courseware/course_about.html
index 1b5ee9a32d..280212a2b0 100644
--- a/lms/templates/courseware/course_about.html
+++ b/lms/templates/courseware/course_about.html
@@ -211,7 +211,7 @@
${_("View About Page in studio")}
% endif
-
+