From 2b238ca733386d81ee469e30a536f7d302fa3fd2 Mon Sep 17 00:00:00 2001 From: Andre Bulatov Date: Thu, 14 Jan 2016 21:20:36 -0500 Subject: [PATCH] header nav -- black to white --- .../themes/mag-wp/css/colors/default.css | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) mode change 100755 => 100644 wp-content/themes/mag-wp/css/colors/default.css diff --git a/wp-content/themes/mag-wp/css/colors/default.css b/wp-content/themes/mag-wp/css/colors/default.css old mode 100755 new mode 100644 index 59315ce..356b361 --- a/wp-content/themes/mag-wp/css/colors/default.css +++ b/wp-content/themes/mag-wp/css/colors/default.css @@ -490,6 +490,22 @@ header .sticky .jquerycssmenu-right { } + +/* Header Nav */ +.jquerycssmenu-right ul li ul { + background: #fff; +} +.jquerycssmenu-right ul li ul li { + background: #fff; +} +.jquerycssmenu-right ul li ul li a { + color: #000 !important; +} +.jquerycssmenu-right ul li ul li.current_page_item > a, .jquerycssmenu-right ul li ul li.current-menu-ancestor > a, .jquerycssmenu-right ul li ul li.current-menu-item > a, .jquerycssmenu-right ul li ul li.current-menu-parent > a { + background: #ededed !important; +} + + /* Body */ div#featured-boxes { background: #fff; @@ -612,6 +628,10 @@ div#click-menu { .single-content h1.article-title { color: #555; } +div#single-share { + /* display: none; */ + background: #fff; +} .single-content { background-color: #fff; }