Skip to content

Commit c1de4e8

Browse files
committed
fixed menu colors and highlights
1 parent d17289d commit c1de4e8

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

wp-content/themes/aasgw/style.css

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -506,14 +506,14 @@ a:active {
506506
text-decoration: none;
507507
line-height: 1.3em;
508508
//color: #00498a;
509-
color: #efefef;
509+
color: #ffffff;
510510
}
511511

512512
.main-navigation ul ul {
513513
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
514514
float: left;
515515
position: absolute;
516-
top: 2.6em;
516+
top: 2.4em;
517517
left: 0;
518518
z-index: 99999;
519519
background: #ededed;
@@ -528,6 +528,7 @@ a:active {
528528

529529
.main-navigation ul ul a {
530530
width: 300px;
531+
color:#00498a;
531532
}
532533

533534
.main-navigation ul ul li:first-child {
@@ -558,19 +559,19 @@ a:active {
558559
.main-navigation .current-menu-item > a,
559560
.main-navigation .current_page-item > a:hover,
560561
.main-navigation .current_menu-item > a:hover{
561-
background: #21759b;
562-
color: #e0e0e0;
562+
background: #7aaff6 !important;
563+
color: #fff !important;
563564
}
564565

565-
.main-navigation .current_page_ancestor{
566-
background: linear-gradient(#d0d0d0,#c0c0c0);
567-
color: #e0e0e0;
566+
.main-navigation .current_page_ancestor > a{
567+
background: #7aaff6 !important;
568+
color: #fff !important;
568569
}
569570

570571
.main-navigation ul ul .current_page_parent,
571572
.main-navigation .current_page_parent .current_page_item > a{
572-
background: #21759b;
573-
color: #e0e0e0;
573+
background: #7aaff6 !important;
574+
color: #fff !important;
574575
}
575576

576577
/* Small menu */

0 commit comments

Comments
 (0)