-
-
Save DonKoko/43e77df730e545101dad64985a7b4478 to your computer and use it in GitHub Desktop.
Code snippets for different headers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| header#main-header, .et-fixed-header { | |
| -webkit-box-shadow:none !important; | |
| -moz-box-shadow:none !important; | |
| box-shadow:none !important; | |
| background-color: #f6f5fb !important; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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