<?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: Styling Dropdown</title>
		<link>https://legacy.forums.gravityhelp.com/topic/styling-dropdown</link>
		<description>Gravity Support Forums Topic: Styling Dropdown</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 15:24:42 +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/styling-dropdown" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Styling Dropdown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-dropdown#post-27543</link>
			<pubDate>Fri, 10 Jun 2011 11:25:31 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">27543@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to use jQuery/CSS to essentially replace the default select form control. Something like this.&#60;/p&#62;
&#60;p&#62;tutorial: &#60;a href=&#34;http://www.jankoatwarpspeed.com/post/2009/07/28/reinventing-drop-down-with-css-jquery.aspx&#34; rel=&#34;nofollow&#34;&#62;http://www.jankoatwarpspeed.com/post/2009/07/28/reinventing-drop-down-with-css-jquery.aspx&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;demo: &#60;a href=&#34;http://www.jankoatwarpspeed.com/examples/reinventing-drop-down/Select2DropDown.html&#34; rel=&#34;nofollow&#34;&#62;http://www.jankoatwarpspeed.com/examples/reinventing-drop-down/Select2DropDown.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There are several other similar methods you could explore, some are easier than others. You just have to find the one that works best for you.&#60;/p&#62;
&#60;p&#62;Google: &#60;a href=&#34;http://j.mp/iJvKJ7&#34; rel=&#34;nofollow&#34;&#62;http://j.mp/iJvKJ7&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mr_pa on "Styling Dropdown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-dropdown#post-27521</link>
			<pubDate>Fri, 10 Jun 2011 09:56:05 +0000</pubDate>
			<dc:creator>mr_pa</dc:creator>
			<guid isPermaLink="false">27521@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi kevin,&#60;/p&#62;
&#60;p&#62;thanks for your explanation!&#60;/p&#62;
&#60;p&#62;One more thing: is there the possibility to delete (or override) the default (i suppose of the browser) trigger icons of the select fields for example adding a particular image?&#60;/p&#62;
&#60;p&#62;Sorry for my bad english but i'm italian!&#60;/p&#62;
&#60;p&#62;I hope to point out which is the meaning of my question.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;P.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Styling Dropdown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-dropdown#post-27513</link>
			<pubDate>Fri, 10 Jun 2011 09:01:49 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">27513@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's in the documentation under the heading &#34;Drop-Down (Select) Field&#34;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield select {border:1px solid red}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;if you wanted to apply the rule to one specific select element (drop down field) then you would view the source, note the unique ID and target it like this. Just change the &#34;input_1_1&#34; to your actual ID.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield select#input_1_1 {border:1px solid red}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mr_pa on "Styling Dropdown"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-dropdown#post-27504</link>
			<pubDate>Fri, 10 Jun 2011 04:50:12 +0000</pubDate>
			<dc:creator>mr_pa</dc:creator>
			<guid isPermaLink="false">27504@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Dear,&#60;/p&#62;
&#60;p&#62;i've just finished a deep search in the support forum but i didn't found a complete post in order to make customization of the dropdown menu. I had a look of the css reference but nothing.&#60;/p&#62;
&#60;p&#62;I'd like to apply a background image to the drop down options filed and after that make some changes in the layout of the select menu.&#60;/p&#62;
&#60;p&#62;Could you give me some tips regarding this issue?&#60;/p&#62;
&#60;p&#62;Many thanks!&#60;/p&#62;
&#60;p&#62;P.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
