<?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>CSS Customization &#8230;Mobile Menu Hover &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 02:58:41 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-129564</guid>
					<title><![CDATA[CSS Customization &#8230;Mobile Menu Hover]]></title>
					<link>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-129564</link>
					<pubDate>Tue, 21 Oct 2014 23:28:53 +0000</pubDate>
					<dc:creator>Bradley H</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there<br />
I just had a question about my customizing the hover of the navigation menu for my site.<br />
I was wondering what code I would use in order to change the colour from black to a different colour. I&#8217;d also like to change the middle footer widget to a colour other than black as well. I know I have to click on Customization and then add CSS coding but I don&#8217;t know which specific code to use. For reference I&#8217;ve provided a link to my website below:<br />
<a href="http://www.notadoormatanymore.com" target="_blank" rel="nofollow">notadoormatanymore.com</a></p>
<p>Any help with this would be very much appreciated and thank you so much again.<br />
Sincerely<br />
TLaron</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-129851</guid>
					<title><![CDATA[Reply To: CSS Customization &#8230;Mobile Menu Hover]]></title>
					<link>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-129851</link>
					<pubDate>Wed, 22 Oct 2014 12:11:12 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>To change the mobile menu </p>
<p>Try adding add some CSS code under Appearance -&gt; Customize -&gt; Custom -&gt; CSS</p>
<pre><code>.x-btn-navbar.collapsed {
background-color: red;
}</code></pre>
<p>Change &#8220;red&#8221; for whatever color you are looking for either in its <a href="http://www.w3schools.com/cssref/css_colornames.asp" rel="nofollow">short name or hex value.</a></p>
<p>To change the widget add this CSS and change red as needed. </p>
<pre><code>div#recent-posts-2 ul {
background-color: red;
}</code></pre>
<p>I hope this helps. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-130029</guid>
					<title><![CDATA[Reply To: CSS Customization &#8230;Mobile Menu Hover]]></title>
					<link>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-130029</link>
					<pubDate>Wed, 22 Oct 2014 16:42:17 +0000</pubDate>
					<dc:creator>Bradley H</dc:creator>

					<description>
						<![CDATA[
						<p>Oh my, this should do fine 🙂 Will try it now. Sorry but I forgot to ask about changing the colour for the text fields of the contact form. I&#8217;d like to change the colour of those text fields as well. Sorry about all the bother and thank you so much again.<br />
Sincerely<br />
Tlaron</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-130263</guid>
					<title><![CDATA[Reply To: CSS Customization &#8230;Mobile Menu Hover]]></title>
					<link>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-130263</link>
					<pubDate>Wed, 22 Oct 2014 23:30:50 +0000</pubDate>
					<dc:creator>Bradley H</dc:creator>

					<description>
						<![CDATA[
						<p>sorry also I&#8217;d like to change the navigation links background color on hover from black to another colour as well. Sorry about all this bother.<br />
So again the<br />
color for the background hover links and the<br />
contact text fields</p>
<p>Thank you so much again<br />
Sincerely<br />
tlaron</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-130332</guid>
					<title><![CDATA[Reply To: CSS Customization &#8230;Mobile Menu Hover]]></title>
					<link>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-130332</link>
					<pubDate>Thu, 23 Oct 2014 02:27:24 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Bradley,</p>
<p>For the form, please add the code below in the <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong>.</p>
<pre><code>select, textarea, input[type=&quot;text&quot;], input[type=&quot;password&quot;], input[type=&quot;datetime&quot;], input[type=&quot;datetime-local&quot;], input[type=&quot;date&quot;], input[type=&quot;month&quot;], input[type=&quot;time&quot;], input[type=&quot;week&quot;], input[type=&quot;number&quot;], input[type=&quot;email&quot;], input[type=&quot;url&quot;], input[type=&quot;search&quot;], input[type=&quot;tel&quot;], input[type=&quot;color&quot;], .uneditable-input {
color: white;
}</code></pre>
<p>Upon hovering your nav links, we don&#8217;t see a black background color. Please check.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-130353</guid>
					<title><![CDATA[Reply To: CSS Customization &#8230;Mobile Menu Hover]]></title>
					<link>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-130353</link>
					<pubDate>Thu, 23 Oct 2014 03:17:13 +0000</pubDate>
					<dc:creator>Bradley H</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry I meant the navigation hover on the mobile menu.<br />
Sorry for the confusion :s</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-130633</guid>
					<title><![CDATA[Reply To: CSS Customization &#8230;Mobile Menu Hover]]></title>
					<link>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-130633</link>
					<pubDate>Thu, 23 Oct 2014 12:56:46 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>No worries! </p>
<p>Try adding add some CSS code under Appearance -&gt; Customize -&gt; Custom -&gt; CSS</p>
<pre><code>@media (max-width: 979px)
.x-navbar .x-navbar-inner .x-nav-collapse .x-nav &gt; li &gt; a:hover {
background-color: red;
}</code></pre>
<p>Change &#8220;red&#8221; for whatever color you are looking for either in its <a href="http://www.w3schools.com/cssref/css_colornames.asp" rel="nofollow">short name or hex value.</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-130905</guid>
					<title><![CDATA[Reply To: CSS Customization &#8230;Mobile Menu Hover]]></title>
					<link>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-130905</link>
					<pubDate>Thu, 23 Oct 2014 17:56:59 +0000</pubDate>
					<dc:creator>Bradley H</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks so much&#8230;works perfectly<br />
Just one more thing. The current page link on the mobile nav bar is still black. Just wanted to change that as well and that should be all. WOn&#8217;t bother you much again :s So sorry for all this and totally love the Theme. XThemes are the best ones I&#8217;ve worked with.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-131064</guid>
					<title><![CDATA[Reply To: CSS Customization &#8230;Mobile Menu Hover]]></title>
					<link>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-131064</link>
					<pubDate>Thu, 23 Oct 2014 21:23:48 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Bradley,</p>
<p>Use this code for removing the black background:</p>
<pre><code>.x-btn-navbar.collapsed:hover {
    background-color: red !important;
    box-shadow: none !important;
    color: #fff !important;
}
.x-btn-navbar {
    background-color: red !important;
}
.x-navbar .x-navbar-inner .x-nav-collapse .x-nav &gt; li &gt; a:hover, .x-navbar .x-navbar-inner .x-nav-collapse .sub-menu a:hover, .x-navbar .x-navbar-inner .x-nav-collapse .x-nav &gt; .current-menu-item &gt; a {
    background-color: red !important;
}</code></pre>
<p>Let us know how this goes!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-131119</guid>
					<title><![CDATA[Reply To: CSS Customization &#8230;Mobile Menu Hover]]></title>
					<link>https://theme.co/archive/forums/topic/css-customization-mobile-menu-hover/#post-131119</link>
					<pubDate>Thu, 23 Oct 2014 23:27:03 +0000</pubDate>
					<dc:creator>Bradley H</dc:creator>

					<description>
						<![CDATA[
						<p>Oh my&#8230;worked perfectly.<br />
Thank you so much for all of your help and quick responses.<br />
Sincerely<br />
tlaron 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

