Skip to content

Instantly share code, notes, and snippets.

@nickdavis
Created February 12, 2016 13:58
Show Gist options
  • Save nickdavis/e30d99bb02be00b9a6ed to your computer and use it in GitHub Desktop.
Save nickdavis/e30d99bb02be00b9a6ed to your computer and use it in GitHub Desktop.
Adjusting the lightness of the header image of the Milton theme (http://docs.leanthemes.co/article/40-milton-customise-lighten-header-image)
/* Existing style.css line to target */
.site-header .outer-wrap {
background-color: #000;
background-color: rgba( 0, 0, 0, 0.5 ); /* e.g. 0.2 would be lighter, 0.8 would be darker etc */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment