change the color
# 🤝help
q
This changes it to 'purple'
Copy code
css
/* Styling for the keyboard single choice option */
.bpw-keyboard-single-choice {
  background-color: purple;
  border: none;
}
https://cdn.discordapp.com/attachments/1232354507757846569/1232356804323709009/image.png?ex=66292936&is=6627d7b6&hm=ec4e0096278e09216d6bbf6942e701496b4d8a58e09c1c11da25ac5567ba1af2&
w
Hmm thank you
q
Use Advanced Styler here https://styler.botpress.app/
s
I had this ready for you, and suddenly, you removed the previous initial message, and I didn't send it. As I have it, I will post it. Maybe it's useful. You can customize it to look like the page color scheme. It's the stuff from the styler as @quick-musician-29561 pointed out: /* Styling for the chat container, including color, scrollbar width and color, and border */ .bpw-chat-container { background-color: #00ff00; scrollbar-width: thin; scrollbar-color: #f5f5f5 #ffff00; border: none; } /* Styling for the keyboard single choice option */ .bpw-keyboard-single-choice { background-color: #000000; border: none; } /* Changes the fill color of the header icons to white */ .bpw-header-icon, .bpw-header-icon svg, .bpw-header-icon svg path { fill: #ffffff !important; } /* Changes the color of the placeholder text in the input message */ #input-message::placeholder { color: rgba(0,0,0,.30); } /* Place where you type */ .bpw-composer{ background-color: #00ff00; } .bpw-composer textarea{ outline: none !important; border: 1px solid rgba(0,0,0,.15); } .bpw-composer textarea:focus{ outline: none !important; border: 1px solid rgba(0,0,0,.30); } /* Styling for the keyboard single choice option */ .bpw-keyboard-single-choice { background-color: #000000; border: none; }
w
Yeah thank u actually I had solved it before hand but the hlp desk is too good here they give ans in short time .
48 Views