From e5884a81ff661bb983d31a7f7bec527986d664f5 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 2 Aug 2018 13:49:03 -0400 Subject: [PATCH] changing profile headers background color --- footer.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/footer.php b/footer.php index 652c397..4d8c9fa 100644 --- a/footer.php +++ b/footer.php @@ -186,13 +186,8 @@ 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; + background-color: #3A8BB6; color: white; font-size: 16px; } -- 2.17.1