CSS Body Modification

Change the Color of the Question and Response Bubbles

.dydu-bubble-request {
    background-color: #FEE7E7;
}

.dydu-bubble-response {
    background-color: #FEE7E7;
}
Before
After

Change the Font Size in Conversations

.dydu-dialog {
    font-size : 13px;
}
Before
After

Change the Text Color of the Response Bubbles

.dydu-bubble.dydu-bubble-response {
    color : blue;
}

.dydu-bubble.dydu-bubble-request {
    color : yellow;
}
Before
After

Change the Size of the Avatar in the Conversation Window

Before
After

Change the Shape of the Response and Question Bubbles

Before
After

Last updated

Was this helpful?