How do I change the font colors on my form?

  • halprice
    Asked on February 23, 2015 at 5:02 PM

     

    Somehow I have created a grey font color on my Halgorithm Offers (see below). How do I get these back to white to match the font content above?

    How do I change the font colors on my form? Image 1 Screenshot 20

     

  • raul
    Replied on February 23, 2015 at 6:54 PM

    Please try to inject the following CSS code to your form: 

    .form-product-item label {
       color: #FFF !important;
    }

    This should change the color of your offer labels to white.

    How do I change the font colors on my form? Image 1 Screenshot 20

    Let us know if this helps.
    Thanks.