CSS Body Modification

Change the Color of the Question and Response Bubbles

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

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

Change the Font Size in Conversations

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

Change the Text Color of the Response Bubbles

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

.dydu-bubble.dydu-bubble-request {
    color : yellow;
}
BeforeAfter

Change the Size of the Avatar in the Conversation Window

.dydu-avatar.dydu-avatar-response {
    width: 10em;
    height:10em;
}
BeforeAfter

Change the Shape of the Response and Question Bubbles

.dydu-bubble.dydu-bubble-response {
    border-radius : 15px 15px 15px;
}

.dydu-bubble.dydu-bubble-request {
    border-radius : 15px 15px 15px;
}
BeforeAfter

Last updated

Tous droits réservés @ 2023 dydu.