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 ![]()
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? ![]()
1 Like