Change the color of one choice

Comments

1 comment

  • Official comment
    Konstantin Sinitsin

    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 Permalink

Please sign in to leave a comment.