<?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: Beginner Question on Formatting</title>
		<link>https://legacy.forums.gravityhelp.com/topic/beginner-question-on-formatting</link>
		<description>Gravity Support Forums Topic: Beginner Question on Formatting</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:05:54 +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/beginner-question-on-formatting" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Beginner Question on Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/beginner-question-on-formatting#post-51771</link>
			<pubDate>Thu, 08 Mar 2012 13:21:36 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">51771@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You will want to add these styles to your theme's stylesheet. Also you can use this guide as a reference, and/or chrome dev tools or firebug for firefox.&#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;
&#60;p&#62;You can use this to change the label styles:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gfield_label {
color: blue;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The section break headlines are h2 elements. Currently you have a declaration in your theme's stylesheet for h2 styling, which the form is inheriting (as it should):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#content h2 {
font-size: 20px;
padding: 0 0 5px 0;
border-bottom: 1px dotted #BBB;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want to target only the headlines on the form you could use:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper h2.gsection_title {
color: blue !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The !important here is used to override the color styling of this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
color: #444;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
text-decoration: none;
margin: 0 0 5px 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It looks like you have some break tags coming in on some of your fields too:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/cgVk&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/cgVk&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You could do this to try to add spacing between the fields:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper li, .gform_wrapper form li {
margin: 10px 0 0 20px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let me know how this goes for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shess on "Beginner Question on Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/beginner-question-on-formatting#post-51741</link>
			<pubDate>Thu, 08 Mar 2012 11:19:38 +0000</pubDate>
			<dc:creator>shess</dc:creator>
			<guid isPermaLink="false">51741@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wonderful! The form is located at &#60;a href=&#34;http://www.tradelinksystems.com/quote-request/&#34; rel=&#34;nofollow&#34;&#62;http://www.tradelinksystems.com/quote-request/&#60;/a&#62; (it's the &#34;Request Quote&#34; link in the main navigation).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Beginner Question on Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/beginner-question-on-formatting#post-51651</link>
			<pubDate>Wed, 07 Mar 2012 15:40:07 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">51651@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Could you provide a link to your form by chance? I can provide you with some selectors to use to get what you are looking to do.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shess on "Beginner Question on Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/beginner-question-on-formatting#post-51631</link>
			<pubDate>Wed, 07 Mar 2012 13:29:13 +0000</pubDate>
			<dc:creator>shess</dc:creator>
			<guid isPermaLink="false">51631@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to add spaces to a tightly cramped form, change headline font colors and some other basics. The only option I can see for formatting is under the &#34;Advanced&#34; tab under &#34;Edit Field&#34; (or Section Break&#34; etc.), where there is a field for &#34;CSS Class Name.&#34;  The &#34;Ready Class Names&#34; don't have options for formatting color, line spacing, etc. I know a little html but have no idea where to go to make any changes. If you can help, please be very specific in your response.&#60;br /&#62;
Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
