Configurable List: CSS code to make our buttons more visible

  • RFOneVision
    Asked on February 11, 2018 at 6:06 AM

    We'd like to play with button colours to make them more obvious on the form. Could you please give me the code for that?

    Thanks

    D

    Jotform Thread 1380495 Screenshot
  • Mike
    Replied on February 11, 2018 at 10:35 AM

    Thank you for contacting us.

    You may try the next CSS to adjust the styles of the Add button within the Configurable List widget:

    .add {
    width: 150px;
    height: 30px;
    color: black;
    font-weight: bold;
    border: 1px solid black;
    text-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
    background-color: cadetblue !important;
    }

    Configurable List: CSS code to make our buttons more visible Image 1 Screenshot 20

    The background-color CSS property can accept the HTML colors.