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 Conflict... Help!

  1. fodcj
    Member

    Hi,

    I think I am having a conflict with my theme CSS and the GF CSS.

    Basically when I put in a 'section break' in the form it is styling up similar to the titles in my theme which i don't want. I would like the form style to always look how you created them.

    Please see example here (site is still under construction): {REMOVED}

    Man thanks

    Posted 14 years ago on Tuesday February 9, 2010 | Permalink
  2. You can append this to the bottom of your theme style sheet. It should override the styling that's being inherited.

    .gform_wrapper .gsection h2 {border:none!important;}
    .gform_wrapper .gsection {margin:30px 0 16px 0!important;}

    that worked well in my test.

    screenshot

    Posted 14 years ago on Tuesday February 9, 2010 | Permalink
  3. fodcj
    Member

    Perfect, thanks for the quick response Kevin :)

    Posted 14 years ago on Tuesday February 9, 2010 | Permalink

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