Form Color

  • Klassykreations
    Asked on February 20, 2015 at 7:04 AM

    How do I change the gray color of form (linen & decor quote form B)? I'm trying to change the color to be as close to my website wwww.klassy-kreations.com as possible. thanks.

  • Carina
    Replied on February 20, 2015 at 10:30 AM

    Please add this css code:

    .form-input {

        background:#dddddd;

        border: 1px solid #777777;

    }

    .form-label-left {

        background: none;

        border-color: #777777 -moz-use-text-color #777777 #777777;

       }

    .form-input-wide {

        background: #777777;

        border: 1px solid #777777;

      }

    You can see here the hexadecimal code of colors to add.

    Let us know if we can assist you further.