My appointment selections are gray.

  • jbrown55
    Asked on March 2, 2017 at 7:28 PM

    I am creating an appointment sign up and my choices are dark gray and I cannot see them unless I scroll over them.  I went into advanced settings, and I cannot change it.   I would like them to be white.

  • liyam
    Replied on March 3, 2017 at 12:13 AM

    Hello,

    You can insert this CSS code under the CSS tab in your widget:

    label {
       color: #fff !important;
    }

    To insert the code, you will need to edit your form and select the widget

    Next, click the widget settings wizard button > Click Custom CSS tab > Paste the code in the text area.

    My appointment selections are gray Screenshot 20

    Please let us know if you have other questions.