<?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: Changing Style of Form Title and Description Text</title>
		<link>https://legacy.forums.gravityhelp.com/topic/changing-style-of-form-title-and-description-text</link>
		<description>Gravity Support Forums Topic: Changing Style of Form Title and Description Text</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:12:27 +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/changing-style-of-form-title-and-description-text" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Changing Style of Form Title and Description Text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-style-of-form-title-and-description-text#post-11439</link>
			<pubDate>Wed, 20 Oct 2010 17:15:36 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">11439@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Change the code that you have to this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_footer .button {background-color: #933f40; color: #FFFFFF;}
.gform_title {font-family:arial!important; color: #933f40!important;}
.gfield_description {font-size: 12px!important;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The issue with the form title is you need to use the !important declaration to override what is already being set on the H3 elsewhere in your stylesheet.&#60;/p&#62;
&#60;p&#62;The issue with the description is you said form description when you really meant field description.  So instead of targeting gform_description you need to target gfield_description.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tasseyrusso on "Changing Style of Form Title and Description Text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-style-of-form-title-and-description-text#post-11437</link>
			<pubDate>Wed, 20 Oct 2010 16:48:22 +0000</pubDate>
			<dc:creator>tasseyrusso</dc:creator>
			<guid isPermaLink="false">11437@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm, tried this new code and code placement in the CSS but still no change to font style and/or color.  Might another code sequence work or could there be another problem, e.g. a handshake between the main theme css and the form.css?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Changing Style of Form Title and Description Text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-style-of-form-title-and-description-text#post-11434</link>
			<pubDate>Wed, 20 Oct 2010 15:47:07 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">11434@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks to me like the button rules worked but not the others.&#60;/p&#62;
&#60;p&#62;Try this instead. There were a couple of problems with your CSS.&#60;/p&#62;
&#60;p&#62;Also, It's always best practice to add the new custom styles to the end of your theme's CSS file. That way, they will hopefully override any previous rules set earlier in the file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_footer .button {background-color: #933f40; color: #FFFFFF;}
h3.gform_title {font-family:arial, sans-serif; color: #933f40;}
.gform_description {font-size: 12px;}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>tasseyrusso on "Changing Style of Form Title and Description Text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-style-of-form-title-and-description-text#post-11432</link>
			<pubDate>Wed, 20 Oct 2010 15:32:59 +0000</pubDate>
			<dc:creator>tasseyrusso</dc:creator>
			<guid isPermaLink="false">11432@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Tried to put these two code lines in my CSS but absolutely nothing happened on the form.  Here is the code that I added for .gform_title and .gform_description (footer code was changed at another point and does work):&#60;/p&#62;
&#60;p&#62;/***** Gravity Forms Mods ********************/&#60;/p&#62;
&#60;p&#62;.gform_footer .button {background-color: #933f40; color: #FFFFFF;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.gform_title {font-face: arial; font-color: #933f40;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.gform_description {font-size: 12;&#60;br /&#62;
}	&#60;/p&#62;
&#60;p&#62;I put it at the top of my CSS file and in exactly the form above.  Did I miss something?&#60;/p&#62;
&#60;p&#62;Thanks so much for taking another look at this!&#60;/p&#62;
&#60;p&#62;URL:  &#60;a href=&#34;http://www.afullyengagedlife.com/free-stuff-selections&#34; rel=&#34;nofollow&#34;&#62;http://www.afullyengagedlife.com/free-stuff-selections&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Changing Style of Form Title and Description Text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-style-of-form-title-and-description-text#post-11407</link>
			<pubDate>Tue, 19 Oct 2010 17:29:46 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">11407@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The title is contained within an H3 tag and has the class gform_title applied to it. In order to target it with css you would use the gform_title class.&#60;/p&#62;
&#60;p&#62;For example:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.gform_title {font-face: arial;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That would change the form title to use the arial font.&#60;/p&#62;
&#60;p&#62;The description gets output in a SPAN and has the class gform_description applied to it. In order to target it with css you would use the gform_description class.&#60;/p&#62;
&#60;p&#62;For example:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.gform_description {font-face: arial;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That would change the form description to use the arial font.&#60;/p&#62;
&#60;p&#62;You would add this custom CSS to your theme stylesheet at the bottom of your CSS file.&#60;/p&#62;
&#60;p&#62;If you need to get the element, id or class names that Gravity Forms uses for various elements all you have to do is view the source of your page and look at the HTML that makes up the form.&#60;/p&#62;
&#60;p&#62;If you ever have a problem applying a style to an element you may have to use the !important declaration to force the style to override any existing styles that were applied elsewhere in your theme or plugin stylesheet.&#60;/p&#62;
&#60;p&#62;For example:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.gform_title {font-face: arial!important;}&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tasseyrusso on "Changing Style of Form Title and Description Text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-style-of-form-title-and-description-text#post-11406</link>
			<pubDate>Tue, 19 Oct 2010 17:18:23 +0000</pubDate>
			<dc:creator>tasseyrusso</dc:creator>
			<guid isPermaLink="false">11406@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Website:  &#60;a href=&#34;http://www.afullyengagedlife.com/free-stuff-selections&#34; rel=&#34;nofollow&#34;&#62;http://www.afullyengagedlife.com/free-stuff-selections&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would like to change the size, font family and color of the form title text and the description.  I've tried to do this in my main theme stylesheet but I can't seem to locate the proper code for these particular elements of the form.&#60;/p&#62;
&#60;p&#62;Can you tell me how/where to change the code to make these type of changes?  Where do I find the code, perhaps to do a simple copy?  And do I put it in the theme's main stylesheet?  Also, where do I find the form's css or stylesheet?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
