<?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: Help with CSS</title>
		<link>https://legacy.forums.gravityhelp.com/topic/help-with-css</link>
		<description>Gravity Support Forums Topic: Help with CSS</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 13:22:18 +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/help-with-css" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Help with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css#post-16222</link>
			<pubDate>Fri, 14 Jan 2011 10:53:55 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">16222@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks great! Thanks for sharing. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sandalwoods on "Help with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css#post-16191</link>
			<pubDate>Thu, 13 Jan 2011 19:39:42 +0000</pubDate>
			<dc:creator>sandalwoods</dc:creator>
			<guid isPermaLink="false">16191@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I took it a bit further, borrowing some formatting from the Breadcrumb, to give the form a more unified look with the rest of the Theme - rounded corners, etc.: &#60;a href=&#34;http://alnavas.com/executive/?page_id=397&#34; rel=&#34;nofollow&#34;&#62;http://alnavas.com/executive/?page_id=397&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks a bunch one more time!&#60;/p&#62;
&#60;p&#62;Al
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sandalwoods on "Help with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css#post-16176</link>
			<pubDate>Thu, 13 Jan 2011 18:18:55 +0000</pubDate>
			<dc:creator>sandalwoods</dc:creator>
			<guid isPermaLink="false">16176@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, David - that did the trick!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Help with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css#post-16158</link>
			<pubDate>Thu, 13 Jan 2011 16:10:25 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">16158@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Sandalwood,&#60;/p&#62;
&#60;p&#62;This should do the trick:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#gform_wrapper_2 { background-color: #ebebeb; padding: 10px; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Note:&#60;/strong&#62; I also added 10px of padding so the form is butting up against the edge created by the background color. If you don't like, just remove it. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sandalwoods on "Help with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css#post-16155</link>
			<pubDate>Thu, 13 Jan 2011 15:17:36 +0000</pubDate>
			<dc:creator>sandalwoods</dc:creator>
			<guid isPermaLink="false">16155@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I *love* Gravity Forms!&#60;/p&#62;
&#60;p&#62;I find myself needing some help.&#60;br /&#62;
1. I succeeded changing the heading at: &#60;a href=&#34;http://alnavas.com/executive/?page_id=397&#34; rel=&#34;nofollow&#34;&#62;http://alnavas.com/executive/?page_id=397&#60;/a&#62; by using the background setting:&#60;/p&#62;
&#60;p&#62;.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {font-weight:normal; border:none; outline:none; background:#EBEBEB}&#60;/p&#62;
&#60;p&#62;I did by copying the entire content of forms.css to the style sheet, and making the change in style.css for the theme (Executive, from StudioPress).&#60;/p&#62;
&#60;p&#62;2. Now my client has asked me to change the background to the entire form in the same shading. BUT I am unable to locate *where* I should make the change(s).&#60;/p&#62;
&#60;p&#62;Please let me know where I change the styling. Many thanks!&#60;/p&#62;
&#60;p&#62;Al
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Help with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css#post-9427</link>
			<pubDate>Sun, 05 Sep 2010 18:36:25 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9427@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The easiest thing to do here is to copy the entire contents of the forms.css file in the gravityforms folder then paste that at the end of your theme's stylesheet. Once you've done that, go to the forms settings page and set the &#34;output css&#34; option to &#34;no&#34;&#60;/p&#62;
&#60;p&#62;Then, you can modify all of the form css directly without having to override anything. Also, by copying the content to your theme stylesheet, you don't have to worry about any changes being overwritten when you update the plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matt on "Help with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-css#post-9422</link>
			<pubDate>Sun, 05 Sep 2010 16:00:34 +0000</pubDate>
			<dc:creator>Matt</dc:creator>
			<guid isPermaLink="false">9422@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I want to tell gravity forms to ignore it's button properties and to use the properties from my current theme.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
