Skip to content

Instantly share code, notes, and snippets.

@bluedognz
Last active July 14, 2017 15:43
Show Gist options
  • Save bluedognz/a831f66caa0afe6cb9021dc7cd134d10 to your computer and use it in GitHub Desktop.
Save bluedognz/a831f66caa0afe6cb9021dc7cd134d10 to your computer and use it in GitHub Desktop.
Use this code to hide rows on scrolled state with the Beaver Themer. Assign bdw-hide-scrolled class name to the row or module you want hidden.
/** HIDE HEADER ROWS OR MODULES ON SCROLLED STATE **/
.fl-theme-builder-header-shrink .bdw-hide-scrolled {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment