rhythmic-lizard-47527
05/28/2024, 7:06 AM<div class="chat-bubble"> <span>We are live now!<span class="dot">•</span></span> </div>
then add this CSS:
.bp-widget-side {
z-index: 999999999 !important;
}
and
/*Chatbot Small Bubble Start*/
.chat-bubble {
z-index:50;
position: fixed;
font-weight: 500;
right: 110px;
bottom: 43px;
background-color: #ffffff;
border-radius: 10px;
padding: 1px 20px;
box-shadow: 1px 11px 28px 0px rgb(0 0 0 / 9%);
-webkit-box-shadow: 1px 11px 28px 0px rgb(0 0 0 / 9%);
-moz-box-shadow: 1px 11px 28px 0px rgba(0, 0, 0, 0.07);
animation: bubbleIn 0.6s ease-out;
/*animation: bubbleIn 0.6s ease-out 3s;*/
}
.chat-bubble span {
display: flex;
flex-direction: row;
align-content: center;
align-items: center;
}
@media only screen and (max-width: 600px) {
.chat-bubble {
font-size:12px;
bottom: 46px;
padding: 0px 10px 0px 10px;
}
}
@keyframes bubbleIn {
0% {
transform: scale(0) translateY(50%);
opacity: 0;
}
60% {
transform: scale(1.1) translateY(-10%);
opacity: 1;
}
100% {
transform: scale(1) translateY(0);
}
}
.dot {
color: green;
font-size: 30px;
margin-left: 5px;
animation: pulse 1s infinite;
/*display: inline-block;*/
text-shadow: #1dc91d 1px 1px 7px;
}
@media only screen and (max-width: 600px) {
.dot {
font-size: 24px;
margin-bottom: 0px;
}
}
@keyframes pulse {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(4);
opacity: 0.7;
}
100% {
transform: scale(1);
opacity: 1;
}
}
/*Chatbot Small Bubble End*/
it's responsive too.
Change the preferences as you need
Good luck!
@rhythmic-lizard-47527
for the pulse effect check https://discord.com/channels/1108396290624213082/1228959794069639188.
https://cdn.discordapp.com/attachments/1244909544430239776/1244909544652406814/2222.PNG?ex=6656d3dc&is=6655825c&hm=2472ceec1670c5ad13b9de3ef688de042a87278df51b4ca61b06b1b04dfcec0c&incalculable-book-10414
05/28/2024, 7:07 AMrhythmic-lizard-47527
05/28/2024, 12:31 PMrhythmic-lizard-47527
05/28/2024, 12:33 PMenough-computer-11449
06/03/2024, 2:18 PMrhythmic-lizard-47527
06/04/2024, 7:25 AMicy-butcher-47683
06/04/2024, 9:24 AMproud-memory-60003
07/02/2024, 5:10 PMproud-memory-60003
07/02/2024, 5:20 PMacceptable-lawyer-91415
11/30/2024, 1:49 PMrhythmic-lizard-47527
12/01/2024, 11:18 AMprehistoric-holiday-16136
12/01/2024, 9:37 PMacceptable-lawyer-91415
12/02/2024, 5:20 PMprehistoric-holiday-16136
12/03/2024, 1:00 PMhundreds-musician-21853
01/28/2025, 10:06 AMnarrow-scooter-74803
02/09/2025, 4:00 AMrhythmic-lizard-47527
02/10/2025, 1:33 PMrhythmic-lizard-47527
02/10/2025, 1:34 PMcool-hair-58904
02/19/2025, 2:22 PMwhite-nest-40686
02/20/2025, 6:45 PMcool-hair-58904
02/21/2025, 5:54 PMwhite-nest-40686
02/22/2025, 7:59 AMhtml
<div class="chat-bubble">
<span>We are live now!<span class="dot">•</span></span>
</div>
<style>
/*Chatbot Small Bubble Start*/
.chat-bubble {
z-index: 50;
position: fixed;
font-weight: 500;
right: 110px;
bottom: 43px;
background-color: #ffffff;
border-radius: 10px;
padding: 1px 20px;
box-shadow: 1px 11px 28px 0px rgb(0 0 0 / 9%);
-webkit-box-shadow: 1px 11px 28px 0px rgb(0 0 0 / 9%);
-moz-box-shadow: 1px 11px 28px 0px rgba(0, 0, 0, 0.07);
animation: bubbleIn 0.6s ease-out;
/*animation: bubbleIn 0.6s ease-out 3s;*/
}
.chat-bubble span {
display: flex;
flex-direction: row;
align-content: center;
align-items: center;
}
@media only screen and (max-width: 600px) {
.chat-bubble {
font-size: 12px;
bottom: 46px;
padding: 0px 10px 0px 10px;
}
}
@keyframes bubbleIn {
0% {
transform: scale(0) translateY(50%);
opacity: 0;
}
60% {
transform: scale(1.1) translateY(-10%);
opacity: 1;
}
100% {
transform: scale(1) translateY(0);
}
}
.dot {
color: green;
font-size: 30px;
margin-left: 5px;
animation: pulse 1s infinite;
/*display: inline-block;*/
text-shadow: #1dc91d 1px 1px 7px;
}
@media only screen and (max-width: 600px) {
.dot {
font-size: 24px;
margin-bottom: 0px;
}
}
@keyframes pulse {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(4);
opacity: 0.7;
}
100% {
transform: scale(1);
opacity: 1;
}
}
/*Chatbot Small Bubble End*/
</style>
<script src="https://cdn.botpress.cloud/webchat/v2.2/inject.js"></script>
<script src="https://files.bpcontent.cloud/yyyy/mm/dd/hh/yyyymmddhhnnss-XXXXXXXX.js"></script>
cool-hair-58904
02/24/2025, 3:17 AMcool-hair-58904
02/24/2025, 3:17 AMcool-hair-58904
02/24/2025, 3:17 AMwhite-nest-40686
02/24/2025, 6:01 AMrhythmic-lizard-47527
02/25/2025, 12:53 PMwhite-nest-40686
02/25/2025, 8:28 PMgifted-stone-93296
03/29/2025, 9:18 PMgifted-stone-93296
03/29/2025, 10:09 PMwhite-nest-40686
03/30/2025, 9:57 AMchat-bubble
is displayed.white-nest-40686
03/30/2025, 10:07 AM