<?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: Suppressing the stylesheet on specific forms (ie. &#34;Output CSS&#34; setting)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/suppressing-the-stylesheet-on-specific-forms-ie-output-css-setting</link>
		<description>Gravity Support Forums Topic: Suppressing the stylesheet on specific forms (ie. &quot;Output CSS&quot; setting)</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:12:56 +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/suppressing-the-stylesheet-on-specific-forms-ie-output-css-setting" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Suppressing the stylesheet on specific forms (ie. &#34;Output CSS&#34; setting)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/suppressing-the-stylesheet-on-specific-forms-ie-output-css-setting#post-7173</link>
			<pubDate>Thu, 08 Jul 2010 16:06:56 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">7173@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, forgot to mention this if you hadn't seen it already.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/resources/cssguide/css_guide.html&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/resources/cssguide/css_guide.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That might help a bit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Wheaton College on "Suppressing the stylesheet on specific forms (ie. &#34;Output CSS&#34; setting)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/suppressing-the-stylesheet-on-specific-forms-ie-output-css-setting#post-7170</link>
			<pubDate>Thu, 08 Jul 2010 15:55:13 +0000</pubDate>
			<dc:creator>Wheaton College</dc:creator>
			<guid isPermaLink="false">7170@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, perfect, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Suppressing the stylesheet on specific forms (ie. &#34;Output CSS&#34; setting)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/suppressing-the-stylesheet-on-specific-forms-ie-output-css-setting#post-7166</link>
			<pubDate>Thu, 08 Jul 2010 15:39:35 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">7166@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Everything is wrapped in one main container with a unique ID ex: gform_wrapper_1&#60;/p&#62;
&#60;p&#62;Yes, as you mentioned, you should be able to target everything in that particular form with some specific inheritance rules like the ones below.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#gform_wrapper_1 .gform_heading {color:#f00}
#gform_wrapper_1 .gform_description {font-size:10px}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Wheaton College on "Suppressing the stylesheet on specific forms (ie. &#34;Output CSS&#34; setting)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/suppressing-the-stylesheet-on-specific-forms-ie-output-css-setting#post-7158</link>
			<pubDate>Thu, 08 Jul 2010 14:51:27 +0000</pubDate>
			<dc:creator>Wheaton College</dc:creator>
			<guid isPermaLink="false">7158@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks. Yes. In general, we want the CSS on. But for one particular form, we want the form fields displayed differently. &#60;/p&#62;
&#60;p&#62;I think I should be able to over-ride the default GF CSS by assigning a class to the form. ie. &#34;Form CSS Class Name&#34;&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Suppressing the stylesheet on specific forms (ie. &#34;Output CSS&#34; setting)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/suppressing-the-stylesheet-on-specific-forms-ie-output-css-setting#post-7157</link>
			<pubDate>Thu, 08 Jul 2010 14:41:12 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">7157@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently no, it's a global setting so you either bring the CSS yourself in your theme stylesheet or let the plugin output it.  Any reason why you want to suppress it sometimes and not others?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Wheaton College on "Suppressing the stylesheet on specific forms (ie. &#34;Output CSS&#34; setting)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/suppressing-the-stylesheet-on-specific-forms-ie-output-css-setting#post-7155</link>
			<pubDate>Thu, 08 Jul 2010 14:32:55 +0000</pubDate>
			<dc:creator>Wheaton College</dc:creator>
			<guid isPermaLink="false">7155@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;&#34;Output CSS&#34; is a global setting. It affects all of the forms in your blog.&#60;/p&#62;
&#60;p&#62;Is there a way to turn off the CSS output for specific blogs?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
