AI Chatbot profile icon bigger?

Is it possible that i can make the Profile icon of the assistant at the top bigger its hardly to see

1 Like

Hello, @paintproductions :smiling_face:

Asked the devs for the CSS code for your case, and they delivered, as usual:

[class*="Avatar__Container-sc"] {
  width: 72px !important;
  height: 72px !important;
}

It needs to go to the Custom CSS section.

Does this do the trick? :eyes:

1 Like