Add this code to the Custom CSS field on the General tab of your AI Chatbot widget’s settings:
[class*='window__Body-sc'] a {
color: #278dc5; // Link color
}
[class*='window__Body-sc'] a:hover {
color: #e14d43; // Link color on hover
}
[class*='window__Body-sc'] a:active {
color: #e14d43; // Link color when clicked
}
[class*='window__Body-sc'] a:visited {
color: #1a5f85; // Link color once visited
}