<?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: Headway and Gravity CSS</title>
		<link>https://legacy.forums.gravityhelp.com/topic/headway-and-gravity-css</link>
		<description>Gravity Support Forums Topic: Headway and Gravity CSS</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 00:04:03 +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/headway-and-gravity-css" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Headway and Gravity CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/headway-and-gravity-css#post-43695</link>
			<pubDate>Sun, 11 Dec 2011 09:20:40 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">43695@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Erin, the first declaration above will style the look of the form boxes. The color that is shown there will be what the user types into the box (input/textarea).&#60;/p&#62;
&#60;p&#62;The label (text that shows with the form box) is another piece you could change the color of, for example you could place this into your theme's stylesheet to change the label color:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .top_label .gfield_label {
color: #003300;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;There isn't a video tutorial on this, but there is a good amount of documentation, which is on the link up above:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Erin on "Headway and Gravity CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/headway-and-gravity-css#post-43673</link>
			<pubDate>Sat, 10 Dec 2011 21:54:24 +0000</pubDate>
			<dc:creator>Erin</dc:creator>
			<guid isPermaLink="false">43673@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Rob,&#60;/p&#62;
&#60;p&#62;I have found the Gravity Form code in my CSS Style sheet. &#60;/p&#62;
&#60;p&#62;Here is what I can see:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #ffffff !important;
	color: #003300!important;
	font-family: Georgia, Arial, Tahoma, Verdana !important;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #DDDDDD;
	}

.gform_footer input.button {
	color: #FFFFFF !important;
	}

.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}

.gform_wrapper li, .gform_wrapper form li {
	margin: 0 0 10px 0 !important;
	}

.gform_wrapper .gform_footer {
	border: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Is there a video tutorial on where I can customize my forms to change the colors in CSS?  I am not sure where I should be adding extra code within the section above.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Erin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Headway and Gravity CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/headway-and-gravity-css#post-43641</link>
			<pubDate>Sat, 10 Dec 2011 13:22:27 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">43641@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, you can use the short code builder to place the form and then just send a link to it so we can check it out if you need assistance/guidance. You will want to edit styles at the theme level.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Erin on "Headway and Gravity CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/headway-and-gravity-css#post-43629</link>
			<pubDate>Sat, 10 Dec 2011 10:35:07 +0000</pubDate>
			<dc:creator>Erin</dc:creator>
			<guid isPermaLink="false">43629@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Rob,&#60;br /&#62;
That makes sense not to edit the plug in. Do I use short code to include that form on my contact page so that you can view it? If so, what line of code would I need to include in my contact page for you to be able to view it? &#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Erin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Headway and Gravity CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/headway-and-gravity-css#post-43628</link>
			<pubDate>Sat, 10 Dec 2011 10:10:01 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">43628@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Erin, no problem. Actually I'd need a login to view that particular link since it's a preview. Can you either place the form on a publicly accessible page or if you need to keep it private you can feel free to email me a login to &#60;a href=&#34;mailto:rob@rocketgenius.com&#34;&#62;rob@rocketgenius.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;We won't be editing the plugin because doing that would mean each time we release an update to the plugin your changes would get wiped out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Erin on "Headway and Gravity CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/headway-and-gravity-css#post-43626</link>
			<pubDate>Sat, 10 Dec 2011 10:02:43 +0000</pubDate>
			<dc:creator>Erin</dc:creator>
			<guid isPermaLink="false">43626@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Rob,&#60;br /&#62;
Thank you for replying back. I use Coffee Cup to make changes to my website.  Am I able to change the look of my gravity forms by editing my Gravity Plug In?  Or is there a line of code which I need to add to my main CSS style sheet?&#60;/p&#62;
&#60;p&#62;Are you able to view the form from this link? &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.erinsecolist.com/?gf_page=preview&#38;amp;id=1&#34; rel=&#34;nofollow&#34;&#62;http://www.erinsecolist.com/?gf_page=preview&#38;amp;id=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any advice on how I can tweak this would be greatly appreciated. :)&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Erin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Headway and Gravity CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/headway-and-gravity-css#post-43623</link>
			<pubDate>Sat, 10 Dec 2011 08:44:43 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">43623@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Erin, you will want to do all of your custom styling in your theme's stylesheet. You should be able to hook onto plenty of elements as-is. However, you can add custom classes as you're describing to then target in your style sheet. Got a link to your form? I can help you get to where you'd like to be if you need some guidance. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Erin on "Headway and Gravity CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/headway-and-gravity-css#post-43604</link>
			<pubDate>Sat, 10 Dec 2011 00:48:45 +0000</pubDate>
			<dc:creator>Erin</dc:creator>
			<guid isPermaLink="false">43604@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, I meant to ask Rob Harrell this question.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Erin on "Headway and Gravity CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/headway-and-gravity-css#post-43603</link>
			<pubDate>Sat, 10 Dec 2011 00:47:26 +0000</pubDate>
			<dc:creator>Erin</dc:creator>
			<guid isPermaLink="false">43603@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello Katie,&#60;/p&#62;
&#60;p&#62;I have installed the Gravity Forms plug in on my website. I am creating a new contact form. In order for me to change the colours/design of the form, do I go to &#34;Advanced&#34; and include new CSS code in &#34;CSS Class Name&#34; field? &#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Erin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Headway and Gravity CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/headway-and-gravity-css#post-43570</link>
			<pubDate>Fri, 09 Dec 2011 17:58:57 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">43570@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Katie, then to target the li's you would do something like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body.custom .gform_wrapper ul li.gfield {
margin: 15px 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For the descriptions:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body.custom .gform_wrapper .gfield_description {
font-size: 20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Obviously change the values and add styles as needed there.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
