<?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: Form background colour</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-background-colour</link>
		<description>Gravity Support Forums Topic: Form background colour</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:22:50 +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/form-background-colour" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Form background colour"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-background-colour#post-35268</link>
			<pubDate>Wed, 14 Sep 2011 11:12:24 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">35268@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@aarontay You're very flattering but I do appreciate it. I'm pleased I could help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aarontay on "Form background colour"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-background-colour#post-35248</link>
			<pubDate>Wed, 14 Sep 2011 09:25:37 +0000</pubDate>
			<dc:creator>aarontay</dc:creator>
			<guid isPermaLink="false">35248@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You are a true legend! Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form background colour"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-background-colour#post-35242</link>
			<pubDate>Wed, 14 Sep 2011 08:36:04 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">35242@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;yep, it's inheriting the border from this list item rule on line 718 of your style.css file..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.box ul li {
    border-bottom: 1px solid #E4E4E4;
    float: left;
    width: 100%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;you'll need to override the border property for your forms.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.box .gform_wrapper ul li {
	border-bottom: none
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/pjn9LZ&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/pjn9LZ&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aarontay on "Form background colour"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-background-colour#post-35238</link>
			<pubDate>Wed, 14 Sep 2011 08:08:20 +0000</pubDate>
			<dc:creator>aarontay</dc:creator>
			<guid isPermaLink="false">35238@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Excellent, thanks.&#60;/p&#62;
&#60;p&#62;Also, I've added a form into a sidebar widget, and have an issue with lines appearing under the boxes. Guessing this has something to do with the theme stylesheet?&#60;/p&#62;
&#60;p&#62;See: &#60;a href=&#34;http://www.hanburymortgages.co.uk/temp/buying-a-home/&#34; rel=&#34;nofollow&#34;&#62;http://www.hanburymortgages.co.uk/temp/buying-a-home/&#60;/a&#62; and scroll to the bottom.&#60;/p&#62;
&#60;p&#62;Any ideas? thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form background colour"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-background-colour#post-35236</link>
			<pubDate>Wed, 14 Sep 2011 07:38:15 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">35236@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like you were headed in the right direction. You just need to add some padding values ( not margins ) to the form wrapper to make it look the way you want.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_2 {
    background-color: #CCC;
    position: relative;
    padding: 20px 0 20px 20px
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/peMnzg&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/peMnzg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Since you've absolutely positioned your submit button, you'll need to adjust that too to allow for the extra form padding.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aarontay on "Form background colour"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-background-colour#post-35234</link>
			<pubDate>Wed, 14 Sep 2011 05:06:57 +0000</pubDate>
			<dc:creator>aarontay</dc:creator>
			<guid isPermaLink="false">35234@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I've seen other posts where I've found info to change background colour, but I want to extend the colour so it covers the form title and has a bit of a margin on the left side like it does the right. See the link: &#60;a href=&#34;http://www.hanburymortgages.co.uk/temp/remortgaging/&#34; rel=&#34;nofollow&#34;&#62;http://www.hanburymortgages.co.uk/temp/remortgaging/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is what I've added to my theme style sheet:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_2 {
    position: relative;
	background-color:#CCC;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Am I adding the correct CSS?&#60;/p&#62;
&#60;p&#62;If it is going to bee too complicated then I may not bother but just wanted to lift the form off the page a bit.&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
