Hide Country Code selector

Add this code to the Custom CSS field on the Settings tab of your AI Chatbot widget’s settings

[class*="TextControlBase__TextControlBaseSlot-sc"]:has([class*="FlagDropdownTrigger__Container-sc"]) {
display: none;
}

[class*="TextControlBase__TextControlBaseMask-sc"] {
display: none;
}
2 Likes