<?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>Icons Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<atom:link href="https://wpportfolio.com/tag/icons/feed/" rel="self" type="application/rss+xml" />
	<link>https://wpportfolio.com/tag/icons/</link>
	<description>Custom Divi Designs &#38; WordPress Solutions for Small Businesses</description>
	<lastBuildDate>Wed, 14 Jan 2026 05:16:40 +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>Icons Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<link>https://wpportfolio.com/tag/icons/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Change the Color for Email, Phone and Social Media Icons in DIVI</title>
		<link>https://wpportfolio.com/change-the-color-for-email-phone-and-social-media-icons-in-divi/</link>
		
		<dc:creator><![CDATA[Girish Dadlani]]></dc:creator>
		<pubDate>Thu, 12 Sep 2019 18:44:52 +0000</pubDate>
				<category><![CDATA[DIVI Top Header]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Divi]]></category>
		<category><![CDATA[Icons]]></category>
		<guid isPermaLink="false">https://wpportfolio.com/?p=118236</guid>

					<description><![CDATA[<p>In this post we will learn how to change the  color for the email and phone number in DIVI. We will also change the color of the social media icons like Facebook, Twitter etc.</p>
<p>The post <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> 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>In this post we will learn how to change the color for the email and phone number in DIVI. We will also change the color of the social media icons like Facebook, Twitter etc. This is useful when you want to match the icons to the branding colors of your website.</p>
<p>By default the icon for email, phone and social media will have the same color that you set for the text color in the secondary menu options. These text colors are set by going to the DIVI &#8211; Theme Customizer &#8211; Header and Navigation &#8211; Secondary Menu Bar &#8211; Text Color.</p>
<div id="attachment_118239" style="width: 1034px" class="wp-caption aligncenter"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-118239" class="wp-image-118239 size-large" title="Color of email and social icons in DIVI" src="https://wpportfolio.com/wp-content/uploads/2019/09/Color-of-email-and-social-icons-DIVI-1024x480.jpg" alt="Color of email and social icons DIVI" width="1024" height="480" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/Color-of-email-and-social-icons-DIVI-1024x480.jpg 1024w, https://wpportfolio.com/wp-content/uploads/2019/09/Color-of-email-and-social-icons-DIVI-300x141.jpg 300w, https://wpportfolio.com/wp-content/uploads/2019/09/Color-of-email-and-social-icons-DIVI-768x360.jpg 768w, https://wpportfolio.com/wp-content/uploads/2019/09/Color-of-email-and-social-icons-DIVI-1080x506.jpg 1080w, https://wpportfolio.com/wp-content/uploads/2019/09/Color-of-email-and-social-icons-DIVI.jpg 1302w" sizes="(max-width: 1024px) 100vw, 1024px" /><p id="caption-attachment-118239" class="wp-caption-text">Color of email and social icons &#8211; DIVI</p></div>
<p>&nbsp;</p>
<h2>Changing the Color of the Email, Phone and Social Icons with CSS</h2>
<p>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.</p>
<p>Add the following lines of code. I have added CSS to change colors for the phone and email icons. Also for the social media I have included the CSS to change Facebook, Twitter and Google Plus Icons.</p>
<p>/* Top header email, phone and social media icon colors */<br />#top-header #et-info-phone:before { color: blue!important;}<br />#top-header #et-info-email:before { color: blue!important;}<br />#top-header .et-social-facebook a.icon:before {color: blue!important; }<br />#top-header .et-social-twitter a.icon:before {color: blue!important; }<br />#top-header .et-social-google-plus a.icon:before {color: blue!important; }</p>
<p>I am setting it here to blue only as an example. You can always include a hex color code in the css code. Here is what it looks like after your CSS has been applied.</p>
<div id="attachment_118240" style="width: 1034px" class="wp-caption aligncenter"><img decoding="async" aria-describedby="caption-attachment-118240" class="wp-image-118240 size-large" title="Change color of email, phone and social icons " src="https://wpportfolio.com/wp-content/uploads/2019/09/Color-of-email-and-social-icons-changed-DIVI-1024x489.jpg" alt="Change color of email, phone and social icons " width="1024" height="489" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/Color-of-email-and-social-icons-changed-DIVI-1024x489.jpg 1024w, https://wpportfolio.com/wp-content/uploads/2019/09/Color-of-email-and-social-icons-changed-DIVI-300x143.jpg 300w, https://wpportfolio.com/wp-content/uploads/2019/09/Color-of-email-and-social-icons-changed-DIVI-768x367.jpg 768w, https://wpportfolio.com/wp-content/uploads/2019/09/Color-of-email-and-social-icons-changed-DIVI-1080x516.jpg 1080w, https://wpportfolio.com/wp-content/uploads/2019/09/Color-of-email-and-social-icons-changed-DIVI.jpg 1312w" sizes="(max-width: 1024px) 100vw, 1024px" /><p id="caption-attachment-118240" class="wp-caption-text">Change color of email, phone and social icons</p></div>
<p>&nbsp;</p>
<p>I hope this tips helps you in changing the colors of your icons if you need to. There are somethings for which you have to use CSS to change things in DIVI. The more you keep learning simple tips like this, the more you will get the hang of it and soon you will be able to inspect elements in the browser and write your own CSS. For more such tips on WordPress and DIVI, 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 &#8211; </h2>
<ul>
<li><a href="https://wpportfolio.com/add-extra-text-on-your-divi-top-header-before-the-phone-number/">Add Extra Text on your DIVI Top Header Before the Phone Number</a></li>
<li><a href="https://wpportfolio.com/turn-header-phone-number-into-clickable-link-in-divi/">Turn Header Phone Number into Clickable Link in DIVI</a></li>
<li><a href="https://wpportfolio.com/how-to-align-the-divi-secondary-menu-to-left-or-center/">How to Align the DIVI Secondary Menu to Left or Center</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-the-color-for-email-phone-and-social-media-icons-in-divi/">Change the Color for Email, Phone and Social Media Icons 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>
