<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Color Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<atom:link href="https://wpportfolio.com/tag/color/feed/" rel="self" type="application/rss+xml" />
	<link>https://wpportfolio.com/tag/color/</link>
	<description>Custom Divi Designs &#38; WordPress Solutions for Small Businesses</description>
	<lastBuildDate>Wed, 14 Jan 2026 05:16:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://wpportfolio.com/wp-content/uploads/2019/04/cropped-WP-Portfolio-favicon-32x32.png</url>
	<title>Color Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<link>https://wpportfolio.com/tag/color/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Change Color of Primary and Mobile Menu on Hover in DIVI</title>
		<link>https://wpportfolio.com/change-color-of-primary-and-mobile-menu-on-hover-in-divi/</link>
		
		<dc:creator><![CDATA[Girish Dadlani]]></dc:creator>
		<pubDate>Sun, 29 Sep 2019 09:55:32 +0000</pubDate>
				<category><![CDATA[DIVI Primary Menu]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Divi]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[Mobile]]></category>
		<guid isPermaLink="false">https://wpportfolio.com/?p=118307</guid>

					<description><![CDATA[<p>Let's use CSS to change the color of the DIVI primary menu and sub menu links on desktop and mobile, when you hover over them. </p>
<p>The post <a href="https://wpportfolio.com/change-color-of-primary-and-mobile-menu-on-hover-in-divi/">Change Color of Primary and Mobile Menu on Hover in DIVI</a> appeared first on <a href="https://wpportfolio.com">WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_0 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_0">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Change the color of the primary menu and sub menu links on desktop and mobile, when you hover over them. By default you can set the color of the Primary Menu items and only the active menu item using the DIVI options.</p>
<p>Its a good visual indicator for the user when you change the color of the menu, specially if you have long sub menus. </p>
<p>Let’s add some CSS to change the colors for desktop and mobile. To do this head over to your style.css in your child theme and paste the following CSS.  Alternatively you can also go to DIVI -&gt; Theme Options and paste the CSS in the Custom CSS box. <br />I have used an orange color (#ffa500) in my example CSS. Change it to the color best suitable for your website.</p>
<h2> </h2>
<h2>Add CSS to Change Hover Colors for your Primary Menu</h2>
<p>/* Change color on primary menu */<br />#top-menu-nav #top-menu a:hover,#mobile_menu_slide a:hover <br />{<br />    color: #ffa500!important;<br />    opacity:1 !important;<br />}</p>
<div id="attachment_118330" style="width: 1305px" class="wp-caption aligncenter"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-118330" class="wp-image-118330 size-full" title="Change color of primary menu on hover - DIVI" src="https://wpportfolio.com/wp-content/uploads/2019/09/Change-color-of-primary-menu-on-hover-1.jpg" alt="Change color of primary menu on hover - DIVI" width="1295" height="582" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/Change-color-of-primary-menu-on-hover-1.jpg 1295w, https://wpportfolio.com/wp-content/uploads/2019/09/Change-color-of-primary-menu-on-hover-1-1280x575.jpg 1280w, https://wpportfolio.com/wp-content/uploads/2019/09/Change-color-of-primary-menu-on-hover-1-980x440.jpg 980w, https://wpportfolio.com/wp-content/uploads/2019/09/Change-color-of-primary-menu-on-hover-1-480x216.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1295px, 100vw" /><p id="caption-attachment-118330" class="wp-caption-text">Change color of primary menu on hover &#8211; DIVI</p></div>
<h2> </h2>
<h2>Add CSS to Change Hover Colors for your Mobile Menu</h2>
<p>/* Change color on Mobile Menu  */<br />.et_mobile_menu li a:hover, header#main-header.et-fixed-header ul li ul li a:hover<br />{<br /> color: #ffa500 !important;<br /> opacity:1 !important;<br />}</p>
<div id="attachment_118332" style="width: 423px" class="wp-caption aligncenter"><img decoding="async" aria-describedby="caption-attachment-118332" class="wp-image-118332 size-full" title="Change color of mobile menu on hover - DIVI" src="https://wpportfolio.com/wp-content/uploads/2019/09/Change-color-of-mobile-menu-on-hover3.jpg" alt="Change color of mobile menu on hover - DIVI" width="413" height="580" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/Change-color-of-mobile-menu-on-hover3.jpg 413w, https://wpportfolio.com/wp-content/uploads/2019/09/Change-color-of-mobile-menu-on-hover3-214x300.jpg 214w" sizes="(max-width: 413px) 100vw, 413px" /><p id="caption-attachment-118332" class="wp-caption-text">Change color of mobile menu on hover &#8211; DIVI</p></div>
<p>&nbsp;</p>
<p>I hope this DIVI Tip was helpful and if you do use it on your site, leave me a comment. For more such useful tips on WordPress and DIVI, do check out my <a href="https://wpportfolio.com/divi-blog/">DIVI Blog</a>. </p>
<p>&nbsp;</p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><h2>Related Posts –</h2>
<ul>
<li><a href="https://wpportfolio.com/how-to-remove-the-drop-down-arrow-from-the-divi-primary-menu/">How to Remove the Drop Down Arrow from the DIVI Primary Menu</a></li>
<li><a href="https://wpportfolio.com/hamburger-menu-color/">How to Change Hamburger or Mobile Menu Color in Divi</a></li>
<li><a href="https://wpportfolio.com/change-the-color-for-email-phone-and-social-media-icons-in-divi/">Change the Color for Email, Phone and Social Media Icons in DIVI</a></li>
</ul></div>
			</div><div class="et_pb_module et_pb_comments_0 et_pb_comments_module et_pb_bg_layout_light">
				
				
				
				
				
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_2 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_2">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p><em>I would love to hear about how I can help you with your business website. I have a Masters in Computer Science from Pace University, New York. Having worked in the software industry for many years, I am now freelancing and have specialized in using the<a href="https://www.elegantthemes.com/gallery/divi/" target="_blank" rel="noopener noreferrer"> DIVI theme</a> from Elegant Themes, since the past eight years. Do have a look at my <a href="https://wpportfolio.com/portfolio/">portfolio</a> to view my other completed projects. Feel free to <a href="https://wpportfolio.com/contact-divi-freelancer/">contact me</a> and I will get back to you immediately.</em></p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
<p>The post <a href="https://wpportfolio.com/change-color-of-primary-and-mobile-menu-on-hover-in-divi/">Change Color of Primary and Mobile Menu on Hover in DIVI</a> appeared first on <a href="https://wpportfolio.com">WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
