<?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: 2 different font sizes in the same label</title>
		<link>https://legacy.forums.gravityhelp.com/topic/2-different-font-sizes-in-the-same-label</link>
		<description>Gravity Support Forums Topic: 2 different font sizes in the same label</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 09:44:43 +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/2-different-font-sizes-in-the-same-label" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "2 different font sizes in the same label"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-different-font-sizes-in-the-same-label#post-5879</link>
			<pubDate>Fri, 28 May 2010 21:58:46 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5879@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could do this with some jQuery added to your page template. It will replace the label HTML with a new string.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
jQuery.noConflict();
  jQuery(document).ready(function($) {

     $(&#38;#39;#field_2_1 label&#38;#39;).html(&#38;#39;&#38;lt;span class=&#38;quot;biglabel&#38;quot;&#38;gt;this font is bold and big&#38;lt;/span&#38;gt; and this is not&#38;#39;);

  });
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You just need to replace the &#34;field_2_1&#34; with the proper id from the containing list item.&#60;/p&#62;
&#60;p&#62;Once you've got the new span/class in there, you can style it any way you like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robert0965 on "2 different font sizes in the same label"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-different-font-sizes-in-the-same-label#post-5878</link>
			<pubDate>Fri, 28 May 2010 20:25:25 +0000</pubDate>
			<dc:creator>robert0965</dc:creator>
			<guid isPermaLink="false">5878@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How can I do this inside of a form field label:&#60;/p&#62;
&#60;p&#62;1. BOLD FONT SIZE 1: font size 2&#60;/p&#62;
&#60;p&#62;I want their to be different styles within the same label. How can I accomplish this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
