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.

How to change form title size if I don't know CSS

  1. I'd like to change my form title size to the equivalent of H1. I've read some of the replies to similar questions, but they all say to go in and mess around with the CSS code. I don't even know where to FIND the CSS code! And I'm afraid that I'll mess something up permanently. Can anybody help this CSS newbie? Really, all I want to do is change the size of my title. Is that so much to ask?

    Thanks!

    Posted 11 years ago on Thursday February 28, 2013 | Permalink
  2. David Peralty

    Can you link to your form please and point out exactly what you want changed?

    Posted 11 years ago on Thursday February 28, 2013 | Permalink
  3. Sure David. The form is at http://billstainton.com/pre-program-tailoring-form/

    What I'd like changed is the title: "Bill's Tailoring Form". I'd like it to look like the "Planning A Meeting?" part at http://billstainton.com/planning-a-meeting/

    Thanks for your quick reply!

    Posted 11 years ago on Thursday February 28, 2013 | Permalink
  4. David Peralty

    Under Themes -> Editor can you look for style.css and click on it?
    This will load your theme's CSS to edit.

    At the very bottom can you add:

    h3.gform_title {
    font-size: 2em !important;
    }

    Then click Update File. Refresh your web page and check to see if the font looks the way you want.

    Posted 11 years ago on Thursday February 28, 2013 | Permalink
  5. That did the trick! Thanks David!

    Posted 11 years ago on Thursday February 28, 2013 | Permalink
  6. Another quick question: How can I get a line break between the title and the description, like on this page: http://billstainton.com/why-hire-bill/

    Thanks again!

    Posted 11 years ago on Thursday February 28, 2013 | Permalink