To change text from the bot: ```css /* Styling for...
# 🌎general
q
To change text from the bot:
Copy code
css
/* Styling for the chat bubble content when it's from the bot */
.bpw-from-bot .bpw-chat-bubble .bpw-chat-bubble-content {
  background-color: #f5f5f5;
  color: #000000;
}
Copy code
css
/* Styling for the chat bubble content when it's from the bot */
.bpw-from-bot:hover .bpw-chat-bubble:hover .bpw-chat-bubble-content:hover {
  background-color: #f5f5f5;
  color: #000000;
}