Skip to content

Instantly share code, notes, and snippets.

@scott
Last active January 18, 2017 01:31
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 scott/17abf26afc1c06fba0c91008295fc39e to your computer and use it in GitHub Desktop.
Save scott/17abf26afc1c06fba0c91008295fc39e to your computer and use it in GitHub Desktop.
Add these styles to your design CSS overrides to add a background image to your Helpy
.flat-main-panel, .main-option {
background-color: transparent;
color: #fff;
}
.flat-main-panel {
background-image: url('http://your.helpy.io/uploads/your/image/file/3/notebook-1280538_1920.jpg');
background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
background-size: 100%;
}
.home-index #home-search, .home-index #how-help, ul.breadcrumb {
background-color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment