Table of Contents

Background Class CSS

Abby Updated by Abby

Please note that this class is specific to Landbot V3 and won't work in older bots

Background classes

.Background{
}

.Background--image{
}

Background opacity

In this example, I wanted to make a transparent bot so that you could see my container's image while chatting.

Here's the code I used in "Design">"Custom Code":

.Background{
opacity: 0;
}

Background image

Here I added a border to the background image:

.Background--image{
border: 5px solid black;
}

The result:

How did we do?

Components CSS Library Index

Identify Blocks CSS

Contact