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.

Width and colour of fields

  1. roey.saban
    Member

    Hi guys,

    I need to do three things:
    - change width of the field input boxes (currently page width)
    - Change the colour of the field input boxes (currently white, want is a blue/green)
    - Change text colour inside the box (currently black) need to make it white

    PLEASE help

    Posted 10 years ago on Monday May 13, 2013 | Permalink
  2. Can you post a link to your form for us?

    Posted 10 years ago on Monday May 13, 2013 | Permalink
  3. roey.saban
    Member

    hey,

    site still under construction: http://www.numerouno.co.za/contact-us/

    Posted 10 years ago on Monday May 13, 2013 | Permalink
  4. This should do the trick for your field inputs (obviously feel free to use your own Hex colors). Just place in your theme's stylesheet (or wherever you are instructed to place custom CSS at the theme level).

    [css]
    .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper textarea {
    background-color: green;
    border: 1px solid blue;
    color: #fff;
    }

    For your paragraph field are you wanting that to be the same width as your inputs above it?

    Posted 10 years ago on Monday May 13, 2013 | Permalink
  5. Moved from pre-purchase to regular support forums.

    Posted 10 years ago on Monday May 13, 2013 | Permalink
  6. roey.saban
    Member

    Thanks! sorted!!

    Posted 10 years ago on Monday May 13, 2013 | Permalink
  7. Right on, glad to help!

    Posted 10 years ago on Monday May 13, 2013 | Permalink

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