📋Organized single coices card.📋
# 🤝help
h
Hi, I am currently working with single choice cards and I found a really cool design from an already existing chatbot (Not mine and not made with Botpress). And I was wondering if there was a way to: 1: Make each of the options line up below one another for a more organized feel and look? (As seen in the picture: The green ones are the options in a single choice card) 2: Make the single choice card options a separate color from the normal text nodes? (also as seen in the picture. The green nodes represent the options of a single choice cards) Thanks in advance!
g
I don't know but I'd guess if it were possible it could be done in the botpress webchat styler on these classes of CSS : .bpw-keyboard-single-choice { background-color: #ffffff; border: none; } /* Styling for the buttons in the chat interface */ .bpw-button, .bpw-button-alt { background-color: #dcdcdc; color: #000000; border-radius: 10px; border: none; }
@happy-address-27036 I think it is possible for the second one
Not sure for the first one though
4 Views