How to change SMS text in All in One Chat

can you chnage “SMS” to message me or something along these lines?

1 Like

Hi there, @PHOENIX_GREATNESS :waving_hand:

It seems you’ve already found a solution using this CSS code:

[class*='ChatButton__DefaultButtonComponent-sc']:nth-child(1) [class*='ButtonBase__Ellipsis-sc']:after {
  content: 'Message Sabrina';
  font-size: 16px;
}

If you have any other questions, I’ll be happy to help :wink: