https://discord.gg/botpress logo
Change styleSheet during conversation
# 🤝help
b
How can i change the style sheet url during a conversation? I tried to use the configure webchat Card and also executing code "window.botpressWebChat.mergeConfig({"stylesheet": "https://webchat-styler-css.botpress.app/prod/6b8f7d7f-e89e-46e9-b79b-206b09749fae/v54501/style.css"})" but they both didnt work.. @User @billowy-morning-42410
how can i change my bots stylesheet during a conversation? My intent is to hide the text input in a certain part of the bot interaction. so I have a style sheet with and without the text input. In order to change the style, I tried using the "configure webchat" card and also to execute some code: window.botpressWebChat.mergeConfig({"stylesheet": "https://webchat-styler-css.botpress.app/prod/6b8f7d7f-e89e-46e9-b79b-206b09749fae/v54501/style.css"}) Both of these were not successful. can you help me? I have my client on hold 😄 @User
how can i change my bots stylesheet during a conversation? My intent is to hide the text input in a certain part of the bot interaction. so I have a style sheet with and without the text input. In order to change the style, I tried using the "configure webchat" card and also to execute some code: window.botpressWebChat.mergeConfig({"stylesheet": "https://webchat-styler-css.botpress.app/prod/6b8f7d7f-e89e-46e9-b79b-206b09749fae/v54501/style.css"}) Both of these were not successful. can you help me? I have my client on hold 😄
how can i change my bots stylesheet during a conversation? My intent is to hide the text input in a certain part of the bot interaction. so I have a style sheet with and without the text input. In order to change the style, I tried using the "configure webchat" card and also to execute some code:window.botpressWebChat.mergeConfig({"stylesheet": "https://webchat-styler-css.botpress.app/prod/6b8f7d7f-e89e-46e9-b79b-206b09749fae/v54501/style.css" }) Both of these were not successful. can you help me? I have my client on hold 😄
how can i change my bots stylesheet during a conversation? My intent is to hide the text input in a certain part of the bot interaction. so I have a style sheet with and without the text input. In order to change the style, I tried using the "configure webchat" card and also to execute some code:window.botpressWebChat.mergeConfig({"stylesheet": "style" }) Both of these were not successful. can you help me? I have my client on hold 😄
@User
w
b
I have already seen it 😄 but I was looking for a solution that would be "out of the box". Incorporated in the botpress system.
So I was realy hoping that someone could help me understand how to use the "configure webchat" card! Because I think it would be a great solution
3 Views