claudiob
TTypebot
•Created by William on 6/20/2024 in #help-and-questions
Header panel
I used css to create a header: .typebot-chat-chunk::before {
font-weight: bold;
color: white;
content: " 👩🦱" " Amanda - NYC Limo Virtual Suppport"; border: 1px solid #000;
padding-left:30px;
padding-top:10px;
padding-bottom:10px;
background: #003bc4;
font-size:14px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
margin-top:-40px;
margin-left:-30px;
margin-right:-30px;
}
.typebot-chat-chunk:nth-child(even)::before {display:none;}
.typebot-chat-chunk:nth-child(n+2)::before {display:none;}
.typebot-picture-button {border: 1px solid #dadada;}
8 replies
TTypebot
•Created by claudiob on 6/11/2024 in #help-and-questions
Date picker separated from time picker
Thank you!, I used a "set variable block" , on top assigned a variable, then I input: "new Date({{date}}).toLocaleTimeString([], { hour: '2-digit', minute: '2-digit' })", this worked great, Thank you!
8 replies