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.

Gray color on labels

  1. Hello!
    I'm new to GF. I've been trying to get rid of the color that appears on each of the labels, for example - "name", "e-mail", etc. I want it to be transparent.

    http://mjbrilliantwebdesigns.com/contact-us/

    Thank you in advance for your help!

    Posted 13 years ago on Saturday November 19, 2011 | Permalink
  2. MJ, kinda confused here. I see on line 20 of your style.css you have:

    [css]
    .builder-module .gform_wrapper .gform_body label.gfield_label {
    margin-bottom: 10px;
    padding: 6px 10px;
    background-color: #A9B6C2;
    color: #3F4449;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.1EM;
    text-shadow: #BDCBD9 0px 1px 1px;
    }

    This here is controlling the color and background color for your labels. Can you not simply update that to achieve what you are looking to do?

    Posted 13 years ago on Saturday November 19, 2011 | Permalink
  3. Hi Rob!
    Thank you so much for the quick response (totally impressed!). Please forgive my ignorance, however, I can't find the code you indicated above no where in my style.css sheet (HELP!)

    Thanks again for your help!

    MJ

    Posted 13 years ago on Saturday November 19, 2011 | Permalink
  4. No problem, glad to help out. Looks like the css file in question is located here:

    http://mjbrilliantwebdesigns.com/wp-content/themes/BuilderChild-Thinner/plugin-features/gravity-forms/style.css

    If you don't feel like editing that file, you can always place that chunk of code into the other style.css and edit from there.

    Posted 13 years ago on Saturday November 19, 2011 | Permalink
  5. Wow Rob - thank you so much! You're brilliant. I was able to change the code directly in the file.
    Out of curiosity (breaking my head trying to figure this out) how did you know that was the file? Where did you look to find it? Just curious for the next time, I know where to go.

    Have an outstanding weekend and thanks again!

    MJ

    Posted 13 years ago on Saturday November 19, 2011 | Permalink
  6. MJ,

    Awesome! When I was viewing the source I saw about 4 or 5 files named style.css, each were in a different spot. However, this one was located in the theme framework referencing Gravity Forms, so figured that had to be it.

    Have yourself a great weekend too and let us know if you need anything else!

    Posted 13 years ago on Saturday November 19, 2011 | Permalink

This topic has been resolved and has been closed to new replies.