Log in
Log into community
Share feedback, ideas and get community help
View all posts
Related posts
Did this answer your question?
😞
😐
😃
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
Text style in Bubble's previewMessage
Text style in Bubble's previewMessage
Inactive
0
Follow
j
jfk86d
6 months ago
·
Is there a way to control the text style in the previewMessage for a Bubble? I would like to bold the text in the previewMessage. Thanks, John
Attachment
B
j
4 comments
Share
Open in Discord
B
Baptiste
5 months ago
You should be able to customize its CSS
B
Baptiste
5 months ago
typebot-bubble::part(preview-message) {
...
}
j
jfk86d
5 months ago
@Baptiste Thank you. I tried adding it to the Theme's Custom CSS. It did not change anything. Is that where I should add it?
j
jfk86d
5 months ago
I fingured it out. I put the style adjacent to the script code on the web page for the Bubble.
<style>typebot-bubble::part(preview-message) {
font-weight: bold;
} </style>
Add a reply
Sign up and join the conversation on Discord
Join on Discord