<?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: Hide title class for one field?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/hide-title-class-for-one-field</link>
		<description>Gravity Support Forums Topic: Hide title class for one field?</description>
		<language>en-US</language>
		<pubDate>Mon, 13 Apr 2026 05:57:12 +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/hide-title-class-for-one-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Hide title class for one field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-title-class-for-one-field#post-45522</link>
			<pubDate>Wed, 04 Jan 2012 20:32:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45522@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In your theme's stylesheet, the margin is causing them not to align properly:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#content .post ul li, #content .page ul li {
list-style-type: square;
margin: 0 0 0 20px;
padding: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So, to fix that you can place this (feel free to place some bottom margin if you want some spacing under each field):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper li {
margin: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To hide the label and account for the space that is now there because it's gone use:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
li#field_2_5 .gfield_label {
display: none;
}
#field_2_5 {
margin-top: 29px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or you can use visibility: hidden, if you don't want to mess with the top margin:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
li#field_2_5 .gfield_label {
visibility: hidden;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>ncuesta on "Hide title class for one field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-title-class-for-one-field#post-45521</link>
			<pubDate>Wed, 04 Jan 2012 20:31:12 +0000</pubDate>
			<dc:creator>ncuesta</dc:creator>
			<guid isPermaLink="false">45521@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;also, I'm referring to the 'point2 password and login' section
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ncuesta on "Hide title class for one field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-title-class-for-one-field#post-45520</link>
			<pubDate>Wed, 04 Jan 2012 20:26:52 +0000</pubDate>
			<dc:creator>ncuesta</dc:creator>
			<guid isPermaLink="false">45520@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks a lot Rob. I use firebug but just not sure how to hide the title (also it doesn't fit on the same line) via css. Here's link&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://lihomefinder.com/cogentwebservices.com/?page_id=33&#34; rel=&#34;nofollow&#34;&#62;http://lihomefinder.com/cogentwebservices.com/?page_id=33&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Hide title class for one field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-title-class-for-one-field#post-45519</link>
			<pubDate>Wed, 04 Jan 2012 20:18:10 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45519@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Each field has it's own unique ID that you can target. I can help you out with that if you want to post a link. You can use firebug for firefox or chrome developer tools to inspect the page elements.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ncuesta on "Hide title class for one field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-title-class-for-one-field#post-45518</link>
			<pubDate>Wed, 04 Jan 2012 20:16:15 +0000</pubDate>
			<dc:creator>ncuesta</dc:creator>
			<guid isPermaLink="false">45518@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hey thanks Rob. The only problem I'm having is regarding what css to add to hide the title of that second field. Any thoughts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Hide title class for one field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-title-class-for-one-field#post-45516</link>
			<pubDate>Wed, 04 Jan 2012 20:03:14 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45516@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can achieve the side-by-side fields with our ready classes:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Then you can just hide the label of the second field via CSS. Give it a whirl and post back with a form link if you get stuck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ncuesta on "Hide title class for one field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-title-class-for-one-field#post-45509</link>
			<pubDate>Wed, 04 Jan 2012 19:29:36 +0000</pubDate>
			<dc:creator>ncuesta</dc:creator>
			<guid isPermaLink="false">45509@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello all, &#60;/p&#62;
&#60;p&#62;I'm trying to create a field similar to 'name' where there are two fields and the second field has the title hidden (so that the spacing works. i.e. &#60;/p&#62;
&#60;p&#62;Login Information                            (hidden title)&#60;br /&#62;
Field one                                        Field Two&#60;br /&#62;
description                                     decription&#60;/p&#62;
&#60;p&#62;anyone have any idea how to do that? thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
