Styling the Chat Header Close / Download buttons.
# 🤝help
a
Hi, in the docs: https://botpress.com/docs/cloud/webchat-customization/header/ Menu items does not specify how to style the download buttons. I'd like to change colors. How can i do this?
a
@bright-magazine-792 do you know?
a
hi, do we have an update on this?
Figured this out. For anyone who has run into the same issue:
Copy code
#btn-close svg path {
  fill: #ffffff !important;
}
3 Views