Change the color of one choice
I would like to have only the complete Button in blue, is it possible? Thanks
-
Official comment
Hello Lila,
Every choice in the simulation has a unique ID and can be targeted using CSS. To color any choice in your sim, for example blue add the code:
.bubble.e01 { background-color: blue }
01 in this case is the ID of the choice. Find the ID of the choices (those can be located on the Insights page of your sim) you would like to color and use CSS.
Comment actions
Please sign in to leave a comment.
Comments
1 comment