Skip to content

Instantly share code, notes, and snippets.

@otherjohn
Last active August 30, 2022 14:06
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 otherjohn/fe2aeff07d588758a74bdd904601d877 to your computer and use it in GitHub Desktop.
Save otherjohn/fe2aeff07d588758a74bdd904601d877 to your computer and use it in GitHub Desktop.
Add a css class the Go Highlevel Backend Body
;(function () {
'use strict';
// replace YOUR-CSS-CLASS with your own.
document.body.classList.add('YOUR-CSS-CLASS');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment