rival-black•2y ago
Chatbot Appearance
Hi, I hope someone can help me. Can anyone tell me how to remove what is displayed circled in red?

4 Replies
Some of those are customizable from the integrations page in Voiceflow, you can also use custom CSS to hide it or you can fork our react-chat and customize it the way you want.
https://github.com/voiceflow/react-chat
GitHub
GitHub - voiceflow/react-chat: React-based chat widget for conversa...
React-based chat widget for conversations powered by Voiceflow - voiceflow/react-chat
rival-blackOP•2y ago
Thank you, I've found the class I want to remove: .vfrc-chat--session-time but I don't know how to write this in the code.
You can override agent settings and styles when you load the chat widget, you can find more details here:
https://developer.voiceflow.com/docs/chat-widget
rival-blackOP•2y ago
Thank you!