Skip to content

Instantly share code, notes, and snippets.

@ianstormtaylor
Created May 7, 2013 18:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianstormtaylor/5535066 to your computer and use it in GitHub Desktop.
Save ianstormtaylor/5535066 to your computer and use it in GitHub Desktop.
A quick snippet to hide the Olark chat module on certain pages.
/**
* Hide Olark.
*/
#habla_beta_container_do_not_rely_on_div_classes_or_names {
display: none;
}
@tmenier
Copy link

tmenier commented Jan 3, 2014

that's a joke, right?

@danrasmuson
Copy link

I have this snippet running in production. Great to have an Olark div name I can rely on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment