Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@grantambrose
Last active September 19, 2017 02:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grantambrose/d5cfdcb1e010d82f792148c687cd0a5f to your computer and use it in GitHub Desktop.
Save grantambrose/d5cfdcb1e010d82f792148c687cd0a5f to your computer and use it in GitHub Desktop.
transparent header with Beaver Builder
/* Make the header transparent */
body .fl-page-header-primary{
background:transparent;
position:relative;
z-index: 10;
}
/* Remove the bottom border from the header
// if you do not add this there will be a faint line under your header */
header .fl-page-header-wrap { border-bottom: 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment