Skip to content

Instantly share code, notes, and snippets.

@imfaisalkh
Last active July 16, 2019 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imfaisalkh/7b68057ad6436f977bbc89991117897f to your computer and use it in GitHub Desktop.
Save imfaisalkh/7b68057ad6436f977bbc89991117897f to your computer and use it in GitHub Desktop.
Make Header Transparent in Homepage
/*-----------------------------------------------------------------------------------
Make Header Transparent in Homepage
-----------------------------------------------------------------------------------*/
body.home #site-header #site-menu { background: transparent !important; border-bottom: 0; box-shadow: none; }
body.home #site-header.headroom--not-top { background: #FFF; }
body.home .page-hero { margin-top: -93px; padding-top: 93px !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment