Ir al contenido

Customize Dialog

Esta página aún no está disponible en tu idioma.

Dialog is set up and trained. Time to make it yours. Personalizing Dialog helps it blend with your store and reflect your brand.

From your Shopify theme settings, adjust:

  • Font and colors to match your brand.
  • Custom CSS for full control over the look and feel.

Shopify theme settings for Dialog

In your Dialog dashboard, define the assistant’s identity:

Assistant configuration in Dialog dashboard

  • Name — give your assistant a friendly or brand-aligned name.
  • Assistant logo — upload your logo.
  • Add-to-cart logo — pick an icon that fits your industry.

Assistant logo upload

A well-personalized assistant looks better and builds more trust with customers.

You can override these CSS classes via your Shopify theme’s Custom CSS:

ClassTarget
.dialog-inputThe question input
.dialog-suggestions-itemSuggested questions
.dialog-add-to-cart-buttonAdd-to-cart button
.dialog-human-messageCustomer messages
.dialog-ai-messageAI responses
.dialog-feedback-buttonFeedback buttons

Example:

.dialog-input {
border-color: blue;
}
.dialog-suggestions-item {
border-color: red;
}
.dialog-feedback-button {
border-color: orange;
}
.dialog-add-to-cart-button {
background-color: green;
}
.dialog-human-message,
.dialog-ai-message * {
font-size: 10px !important;
}

Result:

Result of custom CSS on Dialog