Get the latest live chat benchmark data broken down by team size & industry

Read more
How to remove Powered by Comm100 text from Chat Window

Comm100 Chat Window is fully customizable. It also allows you to remove the Powered by Comm100 text from your chat window to reinforce your branding and create a clean look for your live chat.

To remove the text, you can either use your own CSS code to customize the Chat Window or select the Remove "Powered by Comm100" in Chat Window check box from the Options for Visitors section. 

 

Step by Step Instructions

To remove the "Powered by Comm100" text from Chat Window, follow these steps:

  1. Log in to Comm100 Control Panel.
  2. From the left navigation menu, go to Live Chat > Campaign.
  3. Select a Campaign from the drop-down list, and click Chat Window.
  4. On the Chat Window page, browse and expand the Customize Style with Your Own CSS section.
  5. Add the following CSS code in the edit window: 
    .poweredby {
    display:none;
    }
  6. Alternatively, you can browse and expand the Options for Visitor section, and select the Remove "Powered by Comm100" in Chat Window check box.
  7. Click Save.
Note: The feature to customize the Chat Window with your own CSS code is only available in our Business and Enterprise plan.