adding profile page stlyes to the section headers
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 2 Aug 2018 17:45:40 +0000 (13:45 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 2 Aug 2018 17:45:40 +0000 (13:45 -0400)
footer.php

index a862ee7..652c397 100644 (file)
                        };
         })(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>