<?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: Customization</title>
		<link>https://legacy.forums.gravityhelp.com/topic/customization</link>
		<description>Gravity Support Forums Topic: Customization</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 05:06:10 +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/customization" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customization#post-40430</link>
			<pubDate>Tue, 08 Nov 2011 10:56:14 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">40430@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to help, have a good one yourself!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deluxeseoservices on "Customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customization#post-40428</link>
			<pubDate>Tue, 08 Nov 2011 10:48:04 +0000</pubDate>
			<dc:creator>deluxeseoservices</dc:creator>
			<guid isPermaLink="false">40428@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you very much. It worked like magic. You have a great day!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customization#post-40420</link>
			<pubDate>Tue, 08 Nov 2011 10:11:39 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">40420@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're going to want to place it in your theme's stylesheet. Most likely style.css.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deluxeseoservices on "Customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customization#post-40418</link>
			<pubDate>Tue, 08 Nov 2011 10:09:29 +0000</pubDate>
			<dc:creator>deluxeseoservices</dc:creator>
			<guid isPermaLink="false">40418@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob for helping.&#60;/p&#62;
&#60;p&#62;One more question, where do I put that code?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customization#post-40332</link>
			<pubDate>Mon, 07 Nov 2011 21:29:51 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">40332@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure, so keep your labels and then do what you've done for Name and you can use this css snippet to hide the labels on top:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_1 .gfield_label {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is telling all labels in form id of 1 to not display.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deluxeseoservices on "Customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customization#post-40330</link>
			<pubDate>Mon, 07 Nov 2011 21:23:54 +0000</pubDate>
			<dc:creator>deluxeseoservices</dc:creator>
			<guid isPermaLink="false">40330@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I will add it as a default value inside the field. Check my &#34;NAME&#34; so you'd see what I mean. My goal here is to save space as much as possible. &#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customization#post-40263</link>
			<pubDate>Mon, 07 Nov 2011 12:49:12 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">40263@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you get rid of the field label how is a user to know what to input into the field?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deluxeseoservices on "Customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customization#post-40262</link>
			<pubDate>Mon, 07 Nov 2011 12:47:12 +0000</pubDate>
			<dc:creator>deluxeseoservices</dc:creator>
			<guid isPermaLink="false">40262@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I want to create a contact form at the sidebar of my website: &#60;a href=&#34;http://www.seoquickrank.com&#34; rel=&#34;nofollow&#34;&#62;http://www.seoquickrank.com&#60;/a&#62; with the following modification:&#60;/p&#62;
&#60;p&#62;I want to completely remove the field label and bridge the gap between fields closer. If I don't put any field label, the spaces in between fields are wide. How do I decrease the gap? I'm not good at codes so I'd appreciate if you can give me a detailed process of doing it.&#60;/p&#62;
&#60;p&#62;Thank you for your help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
