Change link color in bot messages

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

.es-message-assistant a {
  color: red;
}

.es-message-assistant a:hover {
  color: red;
}

.es-message-assistant a:active {
  color: red;
}

.es-message-assistant a:visited {
  color: red; 
}
2 Likes