Change ai-chat Bubble Icon Size

Hi @Sean_Piscitelli welcome to community :clap:

add this code to the Custom CSS field on the General tab of your AI-Chatbot widget’s settings:

[class*="ButtonBase__Overlay-sc"]{
  transform: scale(1.4);
}
5 Likes