Confirmed happens on both GHL pages and WordPress using GHL plugin
This CSS works when placed in the HEAD of a GHL funnel/website:
`<style>
@media print {
chat-widget {
display:none;
}
}
</style>`
It should be defaulted, not needing to be added manually.