<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Dropdown menu styling in Safari? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/dropdown-menu-styling-in-safari/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/dropdown-menu-styling-in-safari/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 08:49:31 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/dropdown-menu-styling-in-safari/#post-103921</guid>
					<title><![CDATA[Dropdown menu styling in Safari?]]></title>
					<link>https://theme.co/archive/forums/topic/dropdown-menu-styling-in-safari/#post-103921</link>
					<pubDate>Fri, 12 Sep 2014 23:55:33 +0000</pubDate>
					<dc:creator>Daniel S</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I was wondering if there was any way to change the way Safari is displaying my drop down menu?  I am trying to go with a mostly flat site design, but for some reason Safari is styling my drop down menu with a color fade.  In addition to not looking great with the rest of the site, it is also making the text difficult to read.  The menu displays perfectly fine in both Firefox and Chrome.  Here&#8217;s a link to the page, any help would be appreciated.  Thank you!</p>
<p>-Daniel</p>
<p><a href="http://www.soundsofideallife.com/home/contact" rel="nofollow">http://www.soundsofideallife.com/home/contact/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/dropdown-menu-styling-in-safari/#post-103935</guid>
					<title><![CDATA[Reply To: Dropdown menu styling in Safari?]]></title>
					<link>https://theme.co/archive/forums/topic/dropdown-menu-styling-in-safari/#post-103935</link>
					<pubDate>Sat, 13 Sep 2014 00:28:44 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Daniel,</p>
<p>Thanks for posting in.</p>
<p>Add this css at your customizer&#8217;s custom css under <strong>Admin &gt; Appearance</strong>.</p>
<pre><code>select {

-webkit-appearance: none; 
-moz-appearance: none;
appearance: none;

-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: url(http://dropdown/arrow/url/) no-repeat;
background-position: right center;
background-color: #CCCCCC;
color: #000000;
border: 1px solid #000000;

}</code></pre>
<p>This will give you more option to style your dropdown, and  make it look the same on different browsers.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/dropdown-menu-styling-in-safari/#post-105449</guid>
					<title><![CDATA[Reply To: Dropdown menu styling in Safari?]]></title>
					<link>https://theme.co/archive/forums/topic/dropdown-menu-styling-in-safari/#post-105449</link>
					<pubDate>Mon, 15 Sep 2014 23:52:00 +0000</pubDate>
					<dc:creator>Daniel S</dc:creator>

					<description>
						<![CDATA[
						<p>Very close, thank you.  However, I&#8217;m still having two issues with this fix.  The colors are exactly as desired now, and everything is perfect in Firefox.  In Safari and Chrome, however, my text on the drop down is getting half cut off at the bottom, and I now have no drop down arrow to indicate it is a dropdown menu.</p>
<p>I did notice in the code that there seems to be a place to add my own custom arrow as a background image.  Is this correct?  And, if so, do I HAVE to add this in order for it to work?  I was hoping to just change the styling, not develop a new graphic.</p>
<p>Also, I have migrated the site since the original post.  The updated URL is:</p>
<p><a href="http://www.soundsofideallife.com/contact/" rel="nofollow">http://www.soundsofideallife.com/contact/</a></p>
<p>Thanks again,</p>
<p>-Daniel</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/dropdown-menu-styling-in-safari/#post-105560</guid>
					<title><![CDATA[Reply To: Dropdown menu styling in Safari?]]></title>
					<link>https://theme.co/archive/forums/topic/dropdown-menu-styling-in-safari/#post-105560</link>
					<pubDate>Tue, 16 Sep 2014 06:58:08 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Daniel,</p>
<p>Thanks for the url.</p>
<p>Please add the code below in the custom css.</p>
<pre><code>
select {
    padding:0 0.65em !important;
    height:auto !important;
}
</code></pre>
<p>With regards to the background, you&#8217;ll need to create an image for it to work.<br />
Then put in the url path to your image eg. background-image: url(<a href="http://www.soundsofideallife.com/home/wp-content/uploads/2014/09/soil-top-banner-xtheme2.png" rel="nofollow">http://www.soundsofideallife.com/home/wp-content/uploads/2014/09/soil-top-banner-xtheme2.png</a>);</p>
<p>Hope that helps</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/dropdown-menu-styling-in-safari/#post-106106</guid>
					<title><![CDATA[Reply To: Dropdown menu styling in Safari?]]></title>
					<link>https://theme.co/archive/forums/topic/dropdown-menu-styling-in-safari/#post-106106</link>
					<pubDate>Tue, 16 Sep 2014 22:13:19 +0000</pubDate>
					<dc:creator>Daniel S</dc:creator>

					<description>
						<![CDATA[
						<p>Works great!  Thanks for all the help.  🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/dropdown-menu-styling-in-safari/#post-106132</guid>
					<title><![CDATA[Reply To: Dropdown menu styling in Safari?]]></title>
					<link>https://theme.co/archive/forums/topic/dropdown-menu-styling-in-safari/#post-106132</link>
					<pubDate>Tue, 16 Sep 2014 23:28:19 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>Glad we were able to help. 🙂 Have a nice day. </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

