<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Getting started tutorial?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/getting-started-tutorial</link>
		<description>Gravity Support Forums Topic: Getting started tutorial?</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 17:42:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/getting-started-tutorial" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Getting started tutorial?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-started-tutorial#post-76333</link>
			<pubDate>Wed, 19 Sep 2012 14:32:19 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">76333@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Jess,&#60;/p&#62;
&#60;p&#62;All of what you want to do is possible. I can help guide you with writing some of the CSS selectors to use - but what you are looking for here sounds like you need to hire a designer when it comes to how you want it to look. You are welcome to post on our job board:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/forum/job-board&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/forum/job-board&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can use this snippet and it will change the field labels for this form in particular:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_1 .gfield_label {
font-size: 16px;
color: #fff;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jesser981 on "Getting started tutorial?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-started-tutorial#post-76328</link>
			<pubDate>Wed, 19 Sep 2012 13:55:26 +0000</pubDate>
			<dc:creator>jesser981</dc:creator>
			<guid isPermaLink="false">76328@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hooray! I found where the CSS goes and I put it in. . . BEAUTIFUL! &#60;/p&#62;
&#60;p&#62;Can I make the text larger?&#60;br /&#62;
I've also seen people with fancy arrows and stuff that point to their boxes, does gravity forms have that?&#60;br /&#62;
I didn't play with the padding - is that the space the box takes up? &#60;/p&#62;
&#60;p&#62;Can I get a widget gravity form? &#60;/p&#62;
&#60;p&#62;Thank you!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jesser981 on "Getting started tutorial?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-started-tutorial#post-76316</link>
			<pubDate>Wed, 19 Sep 2012 12:05:45 +0000</pubDate>
			<dc:creator>jesser981</dc:creator>
			<guid isPermaLink="false">76316@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm sorry. . . I am so new at this stuff, and I appreciate you taking the time to walk me through. . . that said, &#34;where ever your theme instructs you to place CSS&#34; ??? Where do I look for where it would instruct me to do that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Getting started tutorial?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-started-tutorial#post-76308</link>
			<pubDate>Wed, 19 Sep 2012 11:34:52 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">76308@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So let's take this piece by piece. First this CSS snippet (which you place into your theme's stylesheet or wherever your theme instructs you to place CSS):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_1 {
background-color: #cccccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The hex code in the background color - you would set that to be the blue you mentioned. The border radius you can change the 10px value to whatever you'd like, same goes for the padding. Also this snippet is set to only target the form with the ID of 1 (since you may not want ALL of your Gravity Forms to look like this).&#60;/p&#62;
&#60;p&#62;Drop that in and let me know what's next. This should be the &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/4b772793-ba25-4988-a9e7-a48b1539b5c0/32388994ea34b907bb7db0662c080547&#34; rel=&#34;nofollow&#34;&#62;result&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jesser981 on "Getting started tutorial?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-started-tutorial#post-76303</link>
			<pubDate>Wed, 19 Sep 2012 11:01:42 +0000</pubDate>
			<dc:creator>jesser981</dc:creator>
			<guid isPermaLink="false">76303@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thank you. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wishingwellcoach.com/wordpress/gravity-form/&#34; rel=&#34;nofollow&#34;&#62;http://wishingwellcoach.com/wordpress/gravity-form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Getting started tutorial?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-started-tutorial#post-76299</link>
			<pubDate>Wed, 19 Sep 2012 10:34:58 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">76299@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How about this - why don't you just put this form on it's own page (don't link it anywhere yet) and send the URL over to that page. That way you don't have to mess with your live pages.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jesser981 on "Getting started tutorial?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-started-tutorial#post-76297</link>
			<pubDate>Wed, 19 Sep 2012 10:14:42 +0000</pubDate>
			<dc:creator>jesser981</dc:creator>
			<guid isPermaLink="false">76297@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I had to pull it because when someone went to enter their email (even just put the mouse on it) a picture from my website popped up. I can put it back on if you are looking at it now. ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Getting started tutorial?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-started-tutorial#post-76295</link>
			<pubDate>Wed, 19 Sep 2012 10:01:12 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">76295@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't see the form anymore on that page...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jesser981 on "Getting started tutorial?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-started-tutorial#post-76293</link>
			<pubDate>Wed, 19 Sep 2012 09:38:33 +0000</pubDate>
			<dc:creator>jesser981</dc:creator>
			<guid isPermaLink="false">76293@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello! Still out there? I'm still having trouble. . . can you help me out?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jesser981 on "Getting started tutorial?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-started-tutorial#post-75156</link>
			<pubDate>Thu, 13 Sep 2012 14:42:14 +0000</pubDate>
			<dc:creator>jesser981</dc:creator>
			<guid isPermaLink="false">75156@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Does the label (first name, last name) appear inside or outside the box? &#60;/p&#62;
&#60;p&#62;I'd love to have the whole form in a box with rounded edges in possible. I'd like the box to be blue (I have the exact blue if you can do it). And I'd like the name and email labels to appear outside the box to enter them in. &#60;/p&#62;
&#60;p&#62;I'd like this box to be an embeddable form and then also have a smaller one I can use as a widget. &#60;/p&#62;
&#60;p&#62;Does that make sense?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
