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.

css style help

  1. cuddysteph
    Member

    i need to change size and color on checkbox and radio list text "yes" / "no".

    I try :

    [css]
    body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio {
    font-size:12px;
    color:#000;
    }
    
    body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox {
    font-size:12px;
    color:#000;
    }

    but it doesn't work.
    Someone can help me ?

    Posted 11 years ago on Thursday March 28, 2013 | Permalink
  2. Please post a URL to your form if you can. Your CSS looks okay from here, but I can't tell you anything definite without seeing your actual form and inspecting the styles.

    Posted 11 years ago on Thursday March 28, 2013 | Permalink
  3. cuddysteph
    Member

    it's ok i find ! thanks

    may be you could tell me what line in css can i add form put more space beetwen two field ? see image

    http://img5.imageshack.us/img5/368/50847884.jpg

    thanks

    Posted 11 years ago on Thursday March 28, 2013 | Permalink
  4. cuddysteph
    Member

    I finally find it !
    i use this

    [css]
    body .gform_wrapper ul li.gfield {
    padding-bottom:20px;
    }
    Posted 11 years ago on Friday March 29, 2013 | Permalink
  5. great.

    Posted 11 years ago on Friday March 29, 2013 | Permalink

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