Skip to content

Instantly share code, notes, and snippets.

@scott
Last active January 18, 2017 01:31
Show Gist options
  • Select an option

  • Save scott/17abf26afc1c06fba0c91008295fc39e to your computer and use it in GitHub Desktop.

Select an option

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://new.helpy.local:3000/uploads/new/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