<?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: Change dropdown color on date and time am/pm</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-dropdown-color-on-date-and-time-ampm</link>
		<description>Gravity Support Forums Topic: Change dropdown color on date and time am/pm</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 18:24:22 +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/change-dropdown-color-on-date-and-time-ampm" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Change dropdown color on date and time am/pm"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-dropdown-color-on-date-and-time-ampm#post-48005</link>
			<pubDate>Wed, 01 Feb 2012 13:47:49 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">48005@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wonderful. I'm happy I could help. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andrew hewinson on "Change dropdown color on date and time am/pm"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-dropdown-color-on-date-and-time-ampm#post-47977</link>
			<pubDate>Wed, 01 Feb 2012 04:56:14 +0000</pubDate>
			<dc:creator>andrew hewinson</dc:creator>
			<guid isPermaLink="false">47977@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;br /&#62;
That absolutely worked!  Thank you so much for your help.&#60;br /&#62;
Enjoy your week,&#60;br /&#62;
Andrew
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Change dropdown color on date and time am/pm"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-dropdown-color-on-date-and-time-ampm#post-47975</link>
			<pubDate>Wed, 01 Feb 2012 04:31:38 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">47975@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're not targeting the select element (drop down) to inherit the same properties are you are the inputs and textareas.&#60;/p&#62;
&#60;p&#62;You'll want to edit your custom CSS, find these two rules..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input, textarea {
    border: 1px solid #caa95f;
}
input, textarea {
    background: none repeat scroll 0 0 transparent ;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change them to this ( one more specific rule that includes the select element )&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select {
    border: 1px solid #caa95f;
    background: none repeat scroll 0 0 transparent
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and it appears to work.. at least in the browsers I checked.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/wgVfV5&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/wgVfV5&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Be advised that styling/CSS support for select elements differs quite a bit among browsers. What works in one may not always work in another. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.456bereastreet.com/lab/styling-form-controls-revisited/select-single/&#34; rel=&#34;nofollow&#34;&#62;http://www.456bereastreet.com/lab/styling-form-controls-revisited/select-single/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll want to test in a few different browsers to see how it looks. Good luck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andrew hewinson on "Change dropdown color on date and time am/pm"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-dropdown-color-on-date-and-time-ampm#post-47973</link>
			<pubDate>Wed, 01 Feb 2012 02:47:15 +0000</pubDate>
			<dc:creator>andrew hewinson</dc:creator>
			<guid isPermaLink="false">47973@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I can't seem to change the background color of the dropdown menus in the image below&#60;br /&#62;
&#60;a href=&#34;http://awesomescreenshot.com/0c1tb192f&#34; rel=&#34;nofollow&#34;&#62;http://awesomescreenshot.com/0c1tb192f&#60;/a&#62;&#60;br /&#62;
here is the page on the site -&#60;br /&#62;
&#60;a href=&#34;http://www.waterfrontportmelbourne.com.au/coral-room-wedding-confirmation-form&#34; rel=&#34;nofollow&#34;&#62;http://www.waterfrontportmelbourne.com.au/coral-room-wedding-confirmation-form&#60;/a&#62;&#60;br /&#62;
I have changed other components by adding to themes custom css.  Thanks for your time.&#60;br /&#62;
Cheers,&#60;br /&#62;
Andrew
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
