Frappe Chat Button

Hi Experts… How to hide this Frappe Chat Button from login page?

Hi @Naveed1,

Please go to the website setting and set the style.

<style>
    .chat-app {
        display: none;
    }
</style>

Please check it.

Before:

After:

Proper method is like please create a custom website theme and then add a Custom SCSS and save it. then cutom website theme set in website setting and reload and check it.

I hope this helps.

Thank You!

1 Like

Thanks a lot @NCP