Created
May 7, 2013 18:47
-
-
Save ianstormtaylor/5535066 to your computer and use it in GitHub Desktop.
A quick snippet to hide the Olark chat module on certain pages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Hide Olark. | |
*/ | |
#habla_beta_container_do_not_rely_on_div_classes_or_names { | |
display: none; | |
} |
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
that's a joke, right?