<?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: Customising font in CSS Stylesheet for form labels</title>
		<link>https://legacy.forums.gravityhelp.com/topic/customising-font-in-css-stylesheet-for-form-labels</link>
		<description>Gravity Support Forums Topic: Customising font in CSS Stylesheet for form labels</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:38:11 +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/customising-font-in-css-stylesheet-for-form-labels" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Customising font in CSS Stylesheet for form labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-font-in-css-stylesheet-for-form-labels#post-371523</link>
			<pubDate>Tue, 09 Jul 2013 15:27:01 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">371523@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Use gform_wrapper label instead of gform_wrapper .gfield_label
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rrossi on "Customising font in CSS Stylesheet for form labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-font-in-css-stylesheet-for-form-labels#post-371522</link>
			<pubDate>Tue, 09 Jul 2013 15:24:44 +0000</pubDate>
			<dc:creator>Rrossi</dc:creator>
			<guid isPermaLink="false">371522@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am dealing with the same issue, I used the above codes and placed them in my css style sheet at the bottom and it worked great.  BUT, the bottom labels of the input forms did not change.  How do I do that?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.wendyrossilaw.net&#34; rel=&#34;nofollow&#34;&#62;http://www.wendyrossilaw.net&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Customising font in CSS Stylesheet for form labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-font-in-css-stylesheet-for-form-labels#post-369017</link>
			<pubDate>Mon, 08 Jul 2013 18:16:31 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">369017@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Only put CSS in your own theme style.css file.  I can't see those CSS changes, did you definately hit save.  If you want you could send a temporary admin username and password to &#60;a href=&#34;mailto:richard@rocketgenius.com&#34;&#62;richard@rocketgenius.com&#60;/a&#62; and I will take a closer look, if you do make sure you include a link to this topic so I know what it is about.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Magali Pettier on "Customising font in CSS Stylesheet for form labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-font-in-css-stylesheet-for-form-labels#post-369002</link>
			<pubDate>Mon, 08 Jul 2013 18:11:03 +0000</pubDate>
			<dc:creator>Magali Pettier</dc:creator>
			<guid isPermaLink="false">369002@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Thank you for your help.&#60;br /&#62;
I did what you said and this is the code i have used.&#60;br /&#62;
gform_wrapper .gfield_label {&#60;/p&#62;
&#60;p&#62;color: #040300;&#60;br /&#62;
font-weight: normal !important;&#60;br /&#62;
font-family: Questrial, Verdana, Geneva, sans-serif;&#60;br /&#62;
font-size: 14px;&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;I have put it at the bottom of the theme's styles.css and the admin.css for gravity forms but still the label headings are bold so it is overriding it somewhere else. I am not sure what else to do?&#60;br /&#62;
THank you&#60;br /&#62;
Magali
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Customising font in CSS Stylesheet for form labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-font-in-css-stylesheet-for-form-labels#post-368620</link>
			<pubDate>Mon, 08 Jul 2013 14:45:47 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">368620@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When I check your style.css file I don't see the !important flag after the font-weight: normal &#60;/p&#62;
&#60;p&#62;Can you add it again, and also can you move that gravity forms block of CSS towards the bottom of the file so none of your other styles in that file should override it.  Rules positioned towards the bottom of the file will take precedence over those above them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Magali Pettier on "Customising font in CSS Stylesheet for form labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-font-in-css-stylesheet-for-form-labels#post-368441</link>
			<pubDate>Mon, 08 Jul 2013 13:05:04 +0000</pubDate>
			<dc:creator>Magali Pettier</dc:creator>
			<guid isPermaLink="false">368441@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes i want the headings of the labels not to be bold to match my contact form. HI I changed it to what you said but it is still bold. I am not sure what is going wrong.Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Customising font in CSS Stylesheet for form labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-font-in-css-stylesheet-for-form-labels#post-368413</link>
			<pubDate>Mon, 08 Jul 2013 12:48:38 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">368413@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, so what exactly would you like to change?&#60;/p&#62;
&#60;p&#62;If it is just the font weight try adding the !important flag to that style like so&#60;br /&#62;
&#60;code&#62;font-weight: normal !important;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Magali Pettier on "Customising font in CSS Stylesheet for form labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-font-in-css-stylesheet-for-form-labels#post-368399</link>
			<pubDate>Mon, 08 Jul 2013 12:40:10 +0000</pubDate>
			<dc:creator>Magali Pettier</dc:creator>
			<guid isPermaLink="false">368399@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here it is, it's the form at the bottom.&#60;br /&#62;
&#60;a href=&#34;http://www.addictedtosheep.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.addictedtosheep.com/&#60;/a&#62;&#60;br /&#62;
Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Customising font in CSS Stylesheet for form labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-font-in-css-stylesheet-for-form-labels#post-368379</link>
			<pubDate>Mon, 08 Jul 2013 12:34:52 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">368379@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to the page where you have this form so we can take a look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Magali Pettier on "Customising font in CSS Stylesheet for form labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-font-in-css-stylesheet-for-form-labels#post-368358</link>
			<pubDate>Mon, 08 Jul 2013 12:22:07 +0000</pubDate>
			<dc:creator>Magali Pettier</dc:creator>
			<guid isPermaLink="false">368358@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No I am not using Catching plug-ins. Also since i changed that code, it seems that the rest of the headings and body text has also gone smaller but when i change it back the headings still seems smaller.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
