Skip to content

Instantly share code, notes, and snippets.

@Theminijohn
Last active June 30, 2020 18:58
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 Theminijohn/a110c9f6defe8bf45aacd60854a2f5fc to your computer and use it in GitHub Desktop.
Save Theminijohn/a110c9f6defe8bf45aacd60854a2f5fc to your computer and use it in GitHub Desktop.
Add Icons to helpscout collections
a#category-XXX { /* replace xxx with your collection id found by inspecting the element on the front-end */
background-image: url(https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/docs-icon-tools.jpg);
margin-bottom: 30px;
background-repeat: no-repeat;
background-position: center 36px;
background-size: 80px 80px;
padding-top: 140px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment