Design Customizations

How to use Google Fonts in Landbot

Landbot offers by default a range of fonts that you might want to use in your bot. But in some cases you might want to use something more personal or special. Google Fonts offers a wide range of free…

Pau Sanchez
Updated by Pau Sanchez

CSS for Typewriter Effect

This article will help you create a Typewritter effect for the message blocks using CSS. You need to copy the following CSS and paste it in the Design Section >> Custom CSS: body { font-family: monos…

Cesar Banchio
Updated by Cesar Banchio

Proactive Message Customizations with Javascript and CSS

Solutions for a more customizable proactive in your webpage

Abby
Updated by Abby

Landbot v3 - Web CSS - RTL

If you want to adapt the design of the interface for RTL users, please add the code below to the Design / Code / Add CSS section v.04 Last update 19th April 2021 (Spacing in text input) body{ directi…

Pau Sanchez
Updated by Pau Sanchez

Hide time stamp (under avatar)

If you don't want to display time that is located under the avatar/bot profile image, here is the code you will need to add in the Design / Advanced / Add CSS section..MessageDate{ display:none } The…

Ana
Updated by Ana

How to remove Landbot branding

There are some areas where Landbot branding is visible and you might want to hide Landbot logo, avatar or texts. In this article, we will show you how to remove or disable them. Parts where branding…

Dilyara
Updated by Dilyara

HTML Template for Emails

In order to create a more customized email for our leads, we can use HTML, by using it we'll be able to add our logo, header etc...

Abby
Updated by Abby

Widget/Bubble Customizations with Javascript and CSS

The little chat bubble (aka widget or launcher) that is displayed in the bottom corner sometimes needs some changes so it can fit better with the design of our site. Here are some changes we make to…

Abby
Updated by Abby

Detect if a visitor is on Mobile/Tablet or Desktop

To suit a better experience or a different solution depending on the device the user is browsing with, we can set up a "detector" and a condition to redirect the user one way or another. Also we can…

Ana
Updated by Ana

Contact