From 8a5b623ae45fbbb2716116370ba49d1fd0d001b4 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 19 Jun 2018 12:47:51 -0400 Subject: [PATCH] fixing the mobile menu colors and styles --- css/responsive.css | 6 +++--- footer.php | 12 ++++++++---- functions.php | 2 +- header.php | 4 +--- parts/social.php | 3 +-- 5 files changed, 14 insertions(+), 13 deletions(-) diff --git a/css/responsive.css b/css/responsive.css index 6b94d01..eb15d66 100644 --- a/css/responsive.css +++ b/css/responsive.css @@ -44,7 +44,7 @@ Responsive CSS display: block; height: 40px; width: 40px; - background: url(../images/menu.png) no-repeat center #00D3D1; + background: url(../images/menu.png) no-repeat center #BD8963; text-indent: -9999px; cursor: pointer; } @@ -67,7 +67,7 @@ Responsive CSS top: 100%; left: 0; width: 100%; - background: #F28B59; + background: #BD8963; padding: 10px 0; text-align: center; } @@ -188,7 +188,7 @@ Responsive CSS border-bottom: 1px solid white; } .main-navigation ul ul { - background: #F28B59; + background: #BD8963; position: static; font-size: 15px; display: none; diff --git a/footer.php b/footer.php index 99b02e3..74b5ba7 100644 --- a/footer.php +++ b/footer.php @@ -17,7 +17,9 @@ diff --git a/functions.php b/functions.php index 20abc00..206fb2f 100644 --- a/functions.php +++ b/functions.php @@ -338,7 +338,7 @@ function my_nav_wrap() {
  • diff --git a/header.php b/header.php index 25a62c3..c415719 100644 --- a/header.php +++ b/header.php @@ -36,9 +36,7 @@
    diff --git a/parts/social.php b/parts/social.php index de63a05..23479cd 100644 --- a/parts/social.php +++ b/parts/social.php @@ -1,4 +1,3 @@ \ No newline at end of file -- 2.17.1