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.

Remove italics from Section Break description for Disclaimer paragraph?

  1. shelzmike
    Member

    Perhaps I am being dense here. I am trying to create the scrolling box Section Break and add a paragraph to it. I understand that the box allows for HTML and how to actually use the CSS Ready Classes to create the scroll. However, by default the description text is italicized. Is there a built-in way to remove the italics? Or will this have to be hard-coded (i.e. with a custom css style)?

    Thanks!

    Mike

    Posted 12 years ago on Thursday August 18, 2011 | Permalink
  2. you can override the default font style by adding this to your theme stylesheet

    [css]
    body .gform_wrapper .gform_body .gform_fields .gsection .gsection_description {
    font-style: normal
    }

    http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples

    Posted 12 years ago on Thursday August 18, 2011 | Permalink
  3. shelzmike
    Member

    Ah, nice. Thanks!

    Posted 12 years ago on Thursday August 18, 2011 | Permalink
  4. Sure. Happy to help out.

    Posted 12 years ago on Thursday August 18, 2011 | Permalink

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