<?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: Section Break - Field Name - Font Size</title>
		<link>https://legacy.forums.gravityhelp.com/topic/section-break-field-name-font-size</link>
		<description>Gravity Support Forums Topic: Section Break - Field Name - Font Size</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 10:31:09 +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/section-break-field-name-font-size" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Section Break - Field Name - Font Size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/section-break-field-name-font-size#post-7238</link>
			<pubDate>Fri, 09 Jul 2010 22:31:05 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">7238@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, I forgot to mention that you might need it to override something else. Glad it worked for you this time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blafarmm on "Section Break - Field Name - Font Size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/section-break-field-name-font-size#post-7232</link>
			<pubDate>Fri, 09 Jul 2010 19:25:45 +0000</pubDate>
			<dc:creator>blafarmm</dc:creator>
			<guid isPermaLink="false">7232@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That did it.&#60;br /&#62;
Thanks very much.&#60;br /&#62;
I need to remember that &#34;important&#34; addition.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Section Break - Field Name - Font Size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/section-break-field-name-font-size#post-7227</link>
			<pubDate>Fri, 09 Jul 2010 17:12:16 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">7227@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Nope you're fine. Try this. It should work for you.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;h2.gsection_title {font-size:30px!important;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;the semicolon isn't really required at the end of the rule so it's more of a preference. You do have to make sure you use it between properties though.&#60;/p&#62;
&#60;p&#62;Here's a quick screenshot.. I threw in a couple of other styles just to demonstrate that it's targeting the section title properly.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/9029e41738a458075cad7f2d2a11334a.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blafarmm on "Section Break - Field Name - Font Size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/section-break-field-name-font-size#post-7222</link>
			<pubDate>Fri, 09 Jul 2010 16:53:40 +0000</pubDate>
			<dc:creator>blafarmm</dc:creator>
			<guid isPermaLink="false">7222@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm...&#60;/p&#62;
&#60;p&#62;Actually, that's not working for me.&#60;/p&#62;
&#60;p&#62;I copied your text verbatim -- and that didn't work.&#60;/p&#62;
&#60;p&#62;Then, upon closer inspection, I deleted the trailing semicolon you had after the 30px -- and didn't work either.&#60;/p&#62;
&#60;p&#62;Have I misunderstood?&#60;/p&#62;
&#60;p&#62;Edit:  FYI: I have also cleared my cache
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blafarmm on "Section Break - Field Name - Font Size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/section-break-field-name-font-size#post-7220</link>
			<pubDate>Fri, 09 Jul 2010 16:36:44 +0000</pubDate>
			<dc:creator>blafarmm</dc:creator>
			<guid isPermaLink="false">7220@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank for that clarification Kevin.&#60;br /&#62;
You always supply great support.&#60;br /&#62;
All the best
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Section Break - Field Name - Font Size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/section-break-field-name-font-size#post-7189</link>
			<pubDate>Fri, 09 Jul 2010 01:52:44 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">7189@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you want to change the section title globally for all your forms, you should be able to simply add this to your custom.css file.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;h2.gsection_title {font-size:30px;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;if you want it only for a certain form, you can use inheritance from the form wrapper ID to apply it to only the one.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#gform_wrapper_60 h2.gsection_title {font-size:30px;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I would remove the other stuff you've tried so there's not a conflict, then add this to your file and see if that works. As always, we're here to help out if you're still having problems so just let us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blafarmm on "Section Break - Field Name - Font Size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/section-break-field-name-font-size#post-7186</link>
			<pubDate>Fri, 09 Jul 2010 00:26:13 +0000</pubDate>
			<dc:creator>blafarmm</dc:creator>
			<guid isPermaLink="false">7186@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I thought it best create a new thread for this topic.&#60;/p&#62;
&#60;p&#62;In an effort to globally make my Section Break - Field Name font size larger within Thesis -- I followed the instructions in the fourth post in this thread:&#60;br /&#62;
&#60;a href=&#34;http://forum.gravityhelp.com/topic/changing-the-background-color-of-individual-fields?replies=5&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/changing-the-background-color-of-individual-fields?replies=5&#60;/a&#62;&#60;br /&#62;
...and added the following snippet to my Thesis custom.css:&#60;/p&#62;
&#60;p&#62;.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {&#60;br /&#62;
font-family:Helvetica,sans-serif;&#60;br /&#62;
font-size:30px;&#60;br /&#62;
font-weight:bold;}&#60;/p&#62;
&#60;p&#62;Then I edited it so that it was entirely on one line:&#60;/p&#62;
&#60;p&#62;.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {font-family:Helvetica,sans-serif; font-size:30px; font-weight:bold;}&#60;/p&#62;
&#60;p&#62;Then, I tried to increase the Section Break - Field Name font size with this snippet:&#60;/p&#62;
&#60;p&#62;li.mylabelstyle .gsection_title {color:#f80; font-size:30px}&#60;/p&#62;
&#60;p&#62;Unfortunately, none of these approaches seem to be working.&#60;/p&#62;
&#60;p&#62;Can you please help me to understand what I am doing wrong?&#60;/p&#62;
&#60;p&#62;Thanks very much.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
