Is it possible to change the background color of one column in a 3 column form?

  • AspireMarketing
    Asked on June 4, 2015 at 9:16 AM

    I need to distinguish where one column ends and another begins. Can I change a background color or add a border? The fields all seem to run together.

  • Elton Support Team Lead
    Replied on June 4, 2015 at 10:45 AM

    Hi,

    Yes that's possible using .form-col-1 class.

    Example, this will change the background color of the first column to yellow.

    .form-col-1 {

    background: #FF0;

    }

    Tip:

    Shrunken field that is moved to a new line will start a new column, this also means it will have .form-col-1 class.

    Is it possible to change the background color of one column in a 3 column form? Image 1 Screenshot 20

    Let us know if you need further help. Thank you!