PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Change font color in a drop down menu

  1. I am running Gravity Forms on my website. The forms work great, but in my drop down fields the options appear gray. It makes people think that they're not available to select, even though they are still selectable. How can I change the font color to black?

    Posted 11 years ago on Sunday April 7, 2013 | Permalink
  2. Richard Vav
    Administrator

    Try adding the following to your themes style.css

    .gform_wrapper select {
       color: black;
    }

    If it doesn't work can you post a link to a page containing your form as another CSS rule somewhere will likely be overriding it

    Posted 11 years ago on Sunday April 7, 2013 | Permalink