};
})(XMLHttpRequest.prototype.open);
</script>
-</body>
-<style>
+ <style>
html body #learndash_quizzes #quiz_heading {
background-color: #3A8BB6;
color: white;
.entry-footer, .edit-link{
display: none;
}
+ .learndash #learndash_course_status{
+ display: inline-block;
+ padding: 6px 5px 4px 7px;
+ background-color: #B2E6FA;
+ /* border: 1px solid grey; */
+ text-align: center;
+ line-height: 1;
+ border-radius: 4px;
+ margin-bottom: 5px;
+ }
+ /* profile heading */
+ #learndash_profile .learndash_profile_heading{
+ background-color: #0C3C60;
+ color: white;
+ }
+ /* profile heading */
+ #learndash_profile .learndash_profile_heading, .learndash_profile_quiz_heading{
+ background-color: #0C3C60;
+ color: white;
+ font-size: 16px;
+ }
+ .learndash_profile_quiz_heading .quiz_title{
+ padding-left: 5px;
+ }
</style>
+</body>
</html>