<?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: Changing look of Radio Buttons</title>
		<link>https://legacy.forums.gravityhelp.com/topic/changing-look-of-radio-buttons</link>
		<description>Gravity Support Forums Topic: Changing look of Radio Buttons</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 08:31:27 +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/changing-look-of-radio-buttons" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Changing look of Radio Buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-look-of-radio-buttons#post-138040</link>
			<pubDate>Thu, 31 Jan 2013 23:54:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">138040@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome.  Glad you worked it out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edde on "Changing look of Radio Buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-look-of-radio-buttons#post-137471</link>
			<pubDate>Thu, 31 Jan 2013 10:46:11 +0000</pubDate>
			<dc:creator>edde</dc:creator>
			<guid isPermaLink="false">137471@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks! (for service way beyond just GravityForms)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Changing look of Radio Buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-look-of-radio-buttons#post-137420</link>
			<pubDate>Thu, 31 Jan 2013 09:33:22 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">137420@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Change all your .gform_wrapper to #gform_wrapper_ID, where ID is your form ID.  You can check the source of the page for the ID; I think it was 6 for your form.  So this would apply your CSS to form 6 only:  #gform_wrapper_6&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_6 ul.gfield_radio li input[type=&#38;quot;radio&#38;quot;] {
	display: none !important;
	margin: 0;
}
#gform_wrapper_6 ul.gfield_radio li input[type=&#38;quot;radio&#38;quot;] + label {
	padding: 5px;
	border: 1px solid #f2bb92;
	background: #f9efe8;
	margin: 0 6px 0 0;
	border-radius: 4px;
}
#gform_wrapper_6 ul.gfield_radio li input[type=&#38;quot;radio&#38;quot;]:checked + label {
	border: 1px solid #f2bb92;
	background: #f2bb92;
	font-weight: normal !important;
	color: #fff;
}
#gform_wrapper_6 .gfield_label {
	color: #e36f1e;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>edde on "Changing look of Radio Buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-look-of-radio-buttons#post-137351</link>
			<pubDate>Thu, 31 Jan 2013 08:24:43 +0000</pubDate>
			<dc:creator>edde</dc:creator>
			<guid isPermaLink="false">137351@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;One last question: how do I limit this to one form only - leaving the radio buttons of other forms as they were?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edde on "Changing look of Radio Buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-look-of-radio-buttons#post-137331</link>
			<pubDate>Thu, 31 Jan 2013 07:56:41 +0000</pubDate>
			<dc:creator>edde</dc:creator>
			<guid isPermaLink="false">137331@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's it! Thanks a 10^6!&#60;/p&#62;
&#60;p&#62;Edde
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Changing look of Radio Buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-look-of-radio-buttons#post-136889</link>
			<pubDate>Wed, 30 Jan 2013 23:26:07 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">136889@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I only saw this one line as being incorrect (fixed version below):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper ul.gfield_radio li input[type=&#38;quot;radio&#38;quot;]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You had ul.gravity_radio instead of ul.gfield_radio.  I changed that and displayed your form without radio buttons.  Does that solve any of your trouble?&#60;/p&#62;
&#60;p&#62;Screenshot: &#60;a href=&#34;http://minus.com/lbiHFpUAn8ZmZz&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/lbiHFpUAn8ZmZz&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edde on "Changing look of Radio Buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-look-of-radio-buttons#post-136689</link>
			<pubDate>Wed, 30 Jan 2013 17:32:02 +0000</pubDate>
			<dc:creator>edde</dc:creator>
			<guid isPermaLink="false">136689@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I'm trying to accomplish the following:&#60;br /&#62;
- two bullet lists next to each other (using gf_left_half for that)&#60;br /&#62;
- remove the bullets&#60;br /&#62;
- create a border around the label&#60;/p&#62;
&#60;p&#62;So far, I've tried &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/can-gf-use-images-to-make-form-selections&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/can-gf-use-images-to-make-form-selections&#60;/a&#62; (and some changes to that) but it doesn't seem to work. The radio button is persistent&#60;br /&#62;
to say the least :-/&#60;br /&#62;
I'm probably overlooking something, or just being stupid... &#60;/p&#62;
&#60;p&#62;css, so far:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper ul.gravity_radio li input[type=&#38;quot;radio&#38;quot;] {
  display: none !important;
}
.gform_wrapper ul.gfield_radio li input[type=&#38;quot;radio&#38;quot;] + label {
  padding: 5px;
  border: 1px solid #000;
  background: #ddd;
}
.gform_wrapper ul.gfield_radio li input[type=&#38;quot;radio&#38;quot;]:checked + label {
  border: 1px solid #000;
  background: #eee;
  font-weight: normal !important;
  color: #c00;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The form is located at: &#60;a href=&#34;http://dev.lauretum.net/wordpress/test-radio-buttons/&#34; rel=&#34;nofollow&#34;&#62;http://dev.lauretum.net/wordpress/test-radio-buttons/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any help would be appreciated.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Edde
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
