Skip to content

Instantly share code, notes, and snippets.

@CoachBirgit
Created November 5, 2015 07:18
Show Gist options
  • Save CoachBirgit/fbbeb39ca6d1158f447c to your computer and use it in GitHub Desktop.
Save CoachBirgit/fbbeb39ca6d1158f447c to your computer and use it in GitHub Desktop.
DIVI: make menu darker
/* DIVI: make menu darker */
#top-menu a, .et_mobile_menu a, #et_search_icon:before {
color: #ddd !important;
}
#top-menu a:hover, .et_mobile_menu a:hover {
color: #fff !important;
}
.nav ul li a:hover, .et_mobile_menu li a:hover { color: #111; background-color: #2b2b2b; }
#top-menu li.mega-menu > ul > li > a:first-child, .et_mobile_menu li a {
border-bottom: 1px solid #444;
}
#main-header, .et_mobile_menu, .nav li ul , #top-menu li.mega-menu > ul > li > a:first-child:hover, .et-search-form {
background-color: #333 !important;
}
.et-search-form input {
background-color: #2b2b2b;
color: #999;
}
/* source: http://www.elegantthemes.com/blog/resources/divi-css-tricks */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment