Skip to content

Instantly share code, notes, and snippets.

@DonKoko
Last active May 26, 2017 14:04
Show Gist options
  • Save DonKoko/43e77df730e545101dad64985a7b4478 to your computer and use it in GitHub Desktop.
Save DonKoko/43e77df730e545101dad64985a7b4478 to your computer and use it in GitHub Desktop.
Code snippets for different headers
header#main-header, .et-fixed-header {
background-color: #246EE9 !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
#top-menu a { color: white !important; }
svg#logo path { fill: white !important; }
}
header#main-header #top-menu li:last-child a::after, .et-fixed-header #top-menu li:last-child a::after {
color: white;
}
header#main-header, .et-fixed-header {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
background-color: #071F49 !important;
}
header#main-header #top-menu a, .et-fixed-header #top-menu a {
color: white !important;
}
header#main-header svg#logo path, .et-fixed-header svg#logo path {
fill: white !important;
}
header#main-header #top-menu li:last-child a:after, .et-fixed-header #top-menu li:last-child a:after {
color: white;
}
header#main-header, .et-fixed-header {
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
background-color: #f6f5fb !important;
}
header#main-header, .et-fixed-header {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
background-color: #FF9900;
}
header#main-header #top-menu a, .et-fixed-header #top-menu a {
color: white !important;
}
header#main-header svg#logo path, .et-fixed-header svg#logo path {
fill: white !important;
}
header#main-header #top-menu li:last-child a:after, .et-fixed-header #top-menu li:last-child a:after {
color: white;
}
header#main-header {
background-color: white !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
background-image: url(/wp-content/uploads/2017/02/pattern.svg);
background-position: center -8px;
}
.et-fixed-header {
background-image: none !important;
}
header#main-header, .et-fixed-header {
background-color: #f5f5fb !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment