Skip to content

Color profiles and CSS templates

You can save in-app message and in-browser message templates on the dashboard to swiftly build new campaigns and messages using your style.

Go to Templates > In-App Message Templates.

From this page, you can either edit existing templates or click + Create and choose Color Profile or CSS Template to create new templates to use in your in-app messages.

Color profile

You can customize the color scheme of your message template by either entering a HEX color code or by clicking the colored box and selecting a color with the color picker.

Click Save Color Profile when you’re finished.

Managing color profiles

You can also duplicate and archive templates! Learn more about creating and managing templates and creative content in Templates & Media.

CSS template

You can customize a complete CSS template for your web modal in-app message.

Name and tag your CSS Template, then choose whether or not it will be your default template. You can write your own CSS in the provided space. This space is already pre-filled with the CSS shown in your message preview, and you should feel free to adjust it slightly to meet your needs.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.ab-message-header, .ab-message-text {
  color: #333333;
  text-align: center;
}

.ab-message-header {
  font-size: 20px;
  font-weight: bold;
}

.ab-message-text {
  font-size: 14px;
  font-weight: normal;
}

.ab-close-button svg {
  fill: #9b9b9b;
}

.ab-message-button {
  border: 1px solid #1b78cf;
  font-size: 14px;
  font-weight: bold;
}
.ab-message-button:first-of-type {
  background-color: white;
  color: #1b78cf;
}
.ab-message-button:last-of-type, .ab-message-button:first-of-type:last-of-type {
  background-color: #1b78cf;
  color: white;
}

.ab-background {
  background-color: white;
}

.ab-icon {
  background-color: #0073d5;
  color: white;
}

.ab-page-blocker {
  background-color: rgba(51, 51, 51, .75);
}

As you can see, you can edit everything from the background color to font size and weight, and so much more.

Managing CSS templates

You can also duplicate and archive templates! Learn more about creating and managing templates and creative content in Templates & Media.

Modal with CSS (web only)

If you choose to use a web-only Web Modal with CSS message, you can apply your own template or write your own CSS in the provided space. This space is already pre-filled with the CSS shown in your message preview, but feel free to adjust it slightly to meet your needs.

If you choose to apply your own template, click Apply Template and choose from the in-app message template gallery. If you don’t have any options, you can upload a CSS Template using the CSS Template builder.

HOW HELPFUL WAS THIS PAGE?
New Stuff!