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.

Formatting issues (complete css noob)

  1. I am using the squared theme (http://themeforest.net/item/squared-minimalist-creative-wordpress-theme/full_screen_preview/2253084) with 'black' selected vs the default 'white'

    I am having issues integrating GF into a quotation and later on, a contact us section.

    Text is too big, wrong font, wrong colour and not alot is visable - see screen shots below.

    as-is:
    http://i50.tinypic.com/rvh9uc.jpg

    text highlighted:
    http://i48.tinypic.com/2ur12bm.jpg

    Posted 11 years ago on Tuesday August 21, 2012 | Permalink
  2. Can you provide a link to the form so I can check it out for you?

    Posted 11 years ago on Tuesday August 21, 2012 | Permalink
  3. Hi,

    thanks for your prompt reply - its on a local host at the moment - could you check the screen shots in my post - do you think this is correctable ?

    Posted 11 years ago on Tuesday August 21, 2012 | Permalink
  4. It's definitely correctable via CSS - but I can't offer you exacts very easily on the fly as I'd just be stabbing in the dark. Any ETA of this going onto a publicly accessible url?

    Posted 11 years ago on Tuesday August 21, 2012 | Permalink
  5. It wont be long - within the next 7 days - so will post back once its live, thanks.

    Posted 11 years ago on Tuesday August 21, 2012 | Permalink
  6. Sounds good, I'll be on the lookout.

    Posted 11 years ago on Tuesday August 21, 2012 | Permalink
  7. Heres the link - http://standardcut.co.uk/quick-quote/

    Ive done a test and the background slider (large pics when you first view the site) seem to interfere after submitting the gravity form (quick quote) - after submitting the background slider pops up

    Posted 11 years ago on Tuesday August 28, 2012 | Permalink
  8. For the label text coloring, drop this CSS snippet into your theme's stylesheet:

    [css]
    .gform_wrapper label {
    color: white;
    }

    Try enabling AJAX on the form placement to see if that helps with your other issue.
    http://www.gravityhelp.com/documentation/page/Embedding_A_Form

    Posted 11 years ago on Wednesday August 29, 2012 | Permalink