Skip to content

Commit

Permalink
header nav -- black to white
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Bulatov committed Jan 15, 2016
1 parent 3917413 commit 2b238ca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions wp-content/themes/mag-wp/css/colors/default.css 100755 → 100644
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 2b238ca

Please sign in to comment.