Chat Widget - disable on some pages
R
Ryann Flores
Need to be able to disable the chat widget on certain pages. These pages can be a client portal and does not necessarily need to have the chat widget popping on that page.
Log In
C
Christopher Lang
For anyone else looking to do this easily, on the page custom CSS, add this:
chat-widget {
display: none !important;
}
This works currently right now in December 2024
A
Adrian King
Christopher Lang thanks! Works for me!
R
Ryan Cole
Christopher Lang worked for me today too! Thanks
C
Cyprian Mckenley
need this
C
Christopher Lang
Cyprian Mckenley on the page you want to disable the chat widget, open the custom CSS editor for that page and use this:
chat-widget {
display: none !important;
}
That will hide the chat widget for that specific page.
C
Christiaan Prins
I used the CSS value as following:
<style>
.chat-widget-example-class {
display: none;
}
</style>
Lol. Maybe not so google proof? Dunno!
D
Damian Surr
Christiaan Prins
Did this actually work?
I'm trying to hide it on a page with CSS, but I can't get it to work.
What CSS selector did you use?
C
Christiaan Prins
Damian Surr yeah it works fine! Let me check; plz send me a chat on afspraakmakend.nl and I will give it to you mate - not behind my desk right now
T
Tim Colling
This can be done if you implement the chat widget via Google Tag Manager.
C
Christopher Eller
Tim Colling: Links? I googled this idea and cannot find an article that
- Tells how to add the GHL chat widget to GTM
- Tells how to limit one or more pages from showing the GHL chat widget via GTM
T
Tim Colling
Christopher Eller: GHL support can tell you how to implement it with GTM, I believe.
I use a custom chat widget from The Marketer's Toolkit for HighLevel but the basic concept would be the same.
Then you can limit the pages by specifying their URLs in a custom trigger for the GTM tag that you use for the chat widget.
C
Christopher Eller
Tim Colling: Awesome notes! Thank you, Tim. I hope this will help others as well.