<?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: Getting background color behind radio buttons &#38; checkboxes</title>
		<link>https://legacy.forums.gravityhelp.com/topic/getting-background-color-behind-radio-buttons-checkboxes</link>
		<description>Gravity Support Forums Topic: Getting background color behind radio buttons &amp; checkboxes</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 12:05:41 +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/getting-background-color-behind-radio-buttons-checkboxes" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Getting background color behind radio buttons &#38; checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-background-color-behind-radio-buttons-checkboxes#post-77552</link>
			<pubDate>Wed, 26 Sep 2012 20:08:10 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">77552@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome, glad to help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mabel888 on "Getting background color behind radio buttons &#38; checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-background-color-behind-radio-buttons-checkboxes#post-77533</link>
			<pubDate>Wed, 26 Sep 2012 16:01:38 +0000</pubDate>
			<dc:creator>mabel888</dc:creator>
			<guid isPermaLink="false">77533@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob, I also added type=submit to your fix and it seems to be formatting inputs properly now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Getting background color behind radio buttons &#38; checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-background-color-behind-radio-buttons-checkboxes#post-77523</link>
			<pubDate>Wed, 26 Sep 2012 15:05:39 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">77523@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In your theme's stylesheet you have:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
blockquote, input, select, textarea, .author-box, .sticky, .taxonomy-description, .wp-caption {
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: whiteSmoke;
border: 1px solid #DDD;
border-radius: 3px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is targeting all inputs. A radio button is an input. You could make that selector more specific, targeting only certain input types, like so:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
blockquote, input[type=&#38;quot;text&#38;quot;], input[type=&#38;quot;tel&#38;quot;], input[type=&#38;quot;email&#38;quot;], input[type=&#38;quot;url&#38;quot;], input[type=&#38;quot;number&#38;quot;], select, textarea, .author-box, .sticky, .taxonomy-description, .wp-caption {
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: whiteSmoke;
border: 1px solid #DDD;
border-radius: 3px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mabel888 on "Getting background color behind radio buttons &#38; checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-background-color-behind-radio-buttons-checkboxes#post-77520</link>
			<pubDate>Wed, 26 Sep 2012 14:57:49 +0000</pubDate>
			<dc:creator>mabel888</dc:creator>
			<guid isPermaLink="false">77520@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, I'm getting a gray background box behind the radio buttons and checkboxes on my form in IE9, but not Firefox.  I tried the solution in &#60;a href=&#34;http://www.gravityhelp.com/question/why-is-my-form-showing-up-with-list-bullets/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/question/why-is-my-form-showing-up-with-list-bullets/&#60;/a&#62;, but that didn't fix the issue.  Form URL: &#60;a href=&#34;http://dev.eaganfoundation.org/contribute/financial-support/friend-of-efi-donations/friend-of-efi-donation-form/&#34; rel=&#34;nofollow&#34;&#62;http://dev.eaganfoundation.org/contribute/financial-support/friend-of-efi-donations/friend-of-efi-donation-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm using WP 3.4.2 and Gravity Forms 1.6.7.&#60;/p&#62;
&#60;p&#62;Thank you for your help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
