Skip to content

Instantly share code, notes, and snippets.

@padi
Last active October 25, 2019 10:32
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 padi/0231950e7ffd7d57b4d493ed4946cc9f to your computer and use it in GitHub Desktop.
Save padi/0231950e7ffd7d57b4d493ed4946cc9f to your computer and use it in GitHub Desktop.
Updated CSS code to remove Manychat Logo in a variety of Manychat Growth Tools (Video: https://www.loom.com/share/90e01e8822a148e993f1679435b792f7)
<style>
.mcwidget-overlay a[href^="https://manychat.com"], .mcwidget-embed a[href^="https://manychat.com"] {
display: none;
}
</style>
@padi
Copy link
Author

padi commented Oct 25, 2019

Let me know if this code missed any growth tool with the Manychat logo

(except perhaps the landing page growth tool, of which the HTML/CSS code as of this moment can't be modified AFAIK)

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