<?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>DIVI Top Header Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<atom:link href="https://wpportfolio.com/category/divi-top-header/feed/" rel="self" type="application/rss+xml" />
	<link>https://wpportfolio.com/category/divi-top-header/</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>DIVI Top Header Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<link>https://wpportfolio.com/category/divi-top-header/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Hide DIVI Top Header/Secondary Menu on Scroll</title>
		<link>https://wpportfolio.com/hide-divi-top-header-secondary-menu-on-scroll/</link>
		
		<dc:creator><![CDATA[Girish Dadlani]]></dc:creator>
		<pubDate>Wed, 02 Oct 2019 09:43:46 +0000</pubDate>
				<category><![CDATA[DIVI Top Header]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Divi]]></category>
		<category><![CDATA[Top Header]]></category>
		<guid isPermaLink="false">https://wpportfolio.com/?p=118389</guid>

					<description><![CDATA[<p>The secondary menu / top header stays fixed on the scroll in DIVI.  In this tutorial we will use CSS to hide the top header on scroll. This tip will apply only to desktop devices, as by default, the secondary menu will not be fixed on mobiles. </p>
<p>The post <a href="https://wpportfolio.com/hide-divi-top-header-secondary-menu-on-scroll/">Hide DIVI Top Header/Secondary Menu on Scroll</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>The secondary menu / top header stays fixed on the scroll in DIVI. However, there might be times you want to hide it on scroll so that there is a little more real estate on the website. In this tutorial we will use CSS to hide the top header on scroll. This tip will apply only to desktop devices, as by default, the secondary menu will not be fixed on mobiles. </p>
<p>The top header will be visible only if you have an email or phone number or social icons enabled in the DIVI Theme customizer. If you have none of those then, by default you will not see the top header. The top header will also be visible if you have assigned a menu as a &#8220;Secondary Menu&#8221; in the Appearance &#8211;&gt; Menus area of your theme as shown below. </p>
<div id="attachment_118394" style="width: 673px" class="wp-caption aligncenter"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-118394" class="wp-image-118394 size-full" title="Secondary Menu Assigned in DIVI" src="https://wpportfolio.com/wp-content/uploads/2019/10/Secondary-Menu-assigned.jpg" alt="Secondary Menu assigned" width="663" height="552" srcset="https://wpportfolio.com/wp-content/uploads/2019/10/Secondary-Menu-assigned.jpg 663w, https://wpportfolio.com/wp-content/uploads/2019/10/Secondary-Menu-assigned-480x400.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 663px, 100vw" /><p id="caption-attachment-118394" class="wp-caption-text">Secondary Menu Assigned in DIVI</p></div>
<p>&nbsp;</p>
<div id="attachment_118390" style="width: 1319px" class="wp-caption aligncenter"><img decoding="async" aria-describedby="caption-attachment-118390" class="wp-image-118390 size-full" title="Secondary Menu / Top Header in DIVI" src="https://wpportfolio.com/wp-content/uploads/2019/10/Secondary-Menu-in-DIVI.jpg" alt="Secondary Menu / Top Header in DIVI" width="1309" height="618" srcset="https://wpportfolio.com/wp-content/uploads/2019/10/Secondary-Menu-in-DIVI.jpg 1309w, https://wpportfolio.com/wp-content/uploads/2019/10/Secondary-Menu-in-DIVI-1280x604.jpg 1280w, https://wpportfolio.com/wp-content/uploads/2019/10/Secondary-Menu-in-DIVI-980x463.jpg 980w, https://wpportfolio.com/wp-content/uploads/2019/10/Secondary-Menu-in-DIVI-480x227.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) 1309px, 100vw" /><p id="caption-attachment-118390" class="wp-caption-text">Secondary Menu / Top Header in DIVI</p></div>
<h2> </h2>
<h2>CSS to Hide the Top Header on Scroll</h2>
<p>/* Hide top header &#8211; secondary menu on scroll */<br />#top-header {<br />overflow:hidden;<br />max-height:50px;<br />transition:max-height .3s ease;<br />}<br />#top-header.et-fixed-header {<br />max-height:0;<br />}<br />#main-header {<br />transition:top .3s ease;<br />}<br />#main-header.et-fixed-header {<br />top:0!important;<br />}<br />.admin-bar #main-header.et-fixed-header {<br />top:32px!important;<br />}</p>
<p>Explanation: The #top-header will target the secondary menu bar and set the height to 0. The #main-header will target the primary menu bar. The last piece of CSS will target the primary menu when you are logged in to your wordpress dashboard (hence the .admin-bar).</p>
<p>Now when you scroll on the desktop you will only see the primary menu and the top header will be hidden as shown below. </p>
<div id="attachment_118391" style="width: 1300px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-118391" class="wp-image-118391 size-full" title="Hide Top Header on Scroll in DIVI" src="https://wpportfolio.com/wp-content/uploads/2019/10/Secondary-Menu-hidden-on-scroll-DIVI.jpg" alt="Hide Top Header on Scroll in DIVI" width="1290" height="563" srcset="https://wpportfolio.com/wp-content/uploads/2019/10/Secondary-Menu-hidden-on-scroll-DIVI.jpg 1290w, https://wpportfolio.com/wp-content/uploads/2019/10/Secondary-Menu-hidden-on-scroll-DIVI-1280x559.jpg 1280w, https://wpportfolio.com/wp-content/uploads/2019/10/Secondary-Menu-hidden-on-scroll-DIVI-980x428.jpg 980w, https://wpportfolio.com/wp-content/uploads/2019/10/Secondary-Menu-hidden-on-scroll-DIVI-480x209.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) 1290px, 100vw" /><p id="caption-attachment-118391" class="wp-caption-text">Hide Top Header on Scroll in DIVI</p></div>
<p>&nbsp;</p>
<p>I hope this CSS helps you in customizing your DIVI site. If you do use it on your site, do leave me a comment. 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 –</h2>
<ul>
<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/hide-divi-top-header-secondary-menu-on-scroll/">Hide DIVI Top Header/Secondary Menu on Scroll</a> appeared first on <a href="https://wpportfolio.com">WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Show Social Media Icons on Mobile in DIVI</title>
		<link>https://wpportfolio.com/show-social-media-icons-on-mobile-in-divi/</link>
		
		<dc:creator><![CDATA[Girish Dadlani]]></dc:creator>
		<pubDate>Sat, 28 Sep 2019 15:29:26 +0000</pubDate>
				<category><![CDATA[DIVI Top Header]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Divi]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Social Icons]]></category>
		<guid isPermaLink="false">https://wpportfolio.com/?p=118289</guid>

					<description><![CDATA[<p>Do you want to display your social media icons on mobile in DIVI? Let's see how we can use a few lines of CSS to display the social media icons on mobile.</p>
<p>The post <a href="https://wpportfolio.com/show-social-media-icons-on-mobile-in-divi/">Show Social Media Icons on Mobile 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_3 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_3">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Do you want to display the social media icons on the mobile?. By default when you add social media icons and display it on the top header, it will not be displayed on the mobile.</p>
<p>There is no option in DIVI to display social icons on mobile. But we can add a few lines of CSS and display the social icons on mobile also. This is helpful for quick access to social media on your mobile as most people use mobile devices these days. </p>
<div id="attachment_118295" style="width: 1263px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-118295" class="wp-image-118295 size-full" src="https://wpportfolio.com/wp-content/uploads/2019/09/social-icons-on-desktop-divi.jpg" alt="Social icons on desktop DIVI" width="1253" height="559" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/social-icons-on-desktop-divi.jpg 1253w, https://wpportfolio.com/wp-content/uploads/2019/09/social-icons-on-desktop-divi-980x437.jpg 980w, https://wpportfolio.com/wp-content/uploads/2019/09/social-icons-on-desktop-divi-480x214.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1253px, 100vw" /><p id="caption-attachment-118295" class="wp-caption-text">Social icons on desktop &#8211; DIVI</p></div>
<p>&nbsp;</p>
<p>When you view your website on a mobile device, the social icons will not show by default as shown below. </p>
<div id="attachment_118296" style="width: 409px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-118296" class="wp-image-118296 size-full" src="https://wpportfolio.com/wp-content/uploads/2019/09/no-social-icons-on-mobile-divi.jpg" alt="No social icons on mobile DIVI" width="399" height="591" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/no-social-icons-on-mobile-divi.jpg 399w, https://wpportfolio.com/wp-content/uploads/2019/09/no-social-icons-on-mobile-divi-203x300.jpg 203w" sizes="(max-width: 399px) 100vw, 399px" /><p id="caption-attachment-118296" class="wp-caption-text">No social icons on mobile &#8211; DIVI</p></div>
<p>&nbsp;</p>
<h2>Display Social Icons on Mobile using CSS</h2>
<p>Let&#8217;s add some CSS to force the DIVI theme to show the social icons. 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>@media only screen and (max-width: 768px) {<br />div#et-secondary-menu {<br />display: block !important;<br />margin-top: 5px !important;<br />}<br />#et-secondary-menu&gt;div.et_duplicate_social_icons&gt;ul&gt;li a {<br />display: block;<br />padding-bottom: .50em;<br />}<br />}</p>
<p>Now the social icons will show on the mobile. Make sure you adjust the padding-bottom in the CSS. Make it bigger if you want more space below the social icons. Also if you want to display the icons on tablet also, increase the max-width: 768px to a higher value like max-width: 992px.</p>
<div id="attachment_118297" style="width: 417px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-118297" class="wp-image-118297 size-full" src="https://wpportfolio.com/wp-content/uploads/2019/09/social-icons-on-mobile-divi.jpg" alt="Social icons displayed on mobile - DIVI" width="407" height="567" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/social-icons-on-mobile-divi.jpg 407w, https://wpportfolio.com/wp-content/uploads/2019/09/social-icons-on-mobile-divi-215x300.jpg 215w" sizes="(max-width: 407px) 100vw, 407px" /><p id="caption-attachment-118297" class="wp-caption-text">Social icons displayed on mobile &#8211; DIVI</p></div>
<p>I hope this tip has been helpful to you and if you do use it on your DIVI website, do leave me a comment. 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_4">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_4  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/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/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_1 et_pb_comments_module et_pb_bg_layout_light">
				
				
				
				
				
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_5 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_5">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_5  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/show-social-media-icons-on-mobile-in-divi/">Show Social Media Icons on Mobile 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>
		<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_6 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_6">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_6  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 loading="lazy" 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 loading="lazy" 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_7">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_7  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_2 et_pb_comments_module et_pb_bg_layout_light">
				
				
				
				
				
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_8 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_8">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_8  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>
		<item>
		<title>Add Extra Text on your DIVI Top Header Before the Phone Number</title>
		<link>https://wpportfolio.com/add-extra-text-on-your-divi-top-header-before-the-phone-number/</link>
		
		<dc:creator><![CDATA[Girish Dadlani]]></dc:creator>
		<pubDate>Tue, 10 Sep 2019 17:48:51 +0000</pubDate>
				<category><![CDATA[DIVI Top Header]]></category>
		<category><![CDATA[Divi]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Top Header]]></category>
		<guid isPermaLink="false">https://wpportfolio.com/?p=118214</guid>

					<description><![CDATA[<p>The Top header in DIVI sits right above the primary menu bar. Let's add some extra text to the top header using jQuery. We will add the text just before the phone number.</p>
<p>The post <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> 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_9 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_9">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Lets add some extra text to the top header in DIVI. DIVI allows you add the phone number and Email using the theme customizer options in the top header. The Top header in DIVI is the one which sits above the primary menu bar. The secondary menu also shows up inside the top header. The image below shows the primary menu, secondary menu and the top header.</p>
<p>There is also an option for displaying your social media icons in the customizer. When the option to Show social media is checked in the header element in the DIVI Theme Customizer, the social icons also get displayed on the top header too.</p>
<div id="attachment_118219" style="width: 1034px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-118219" class="wp-image-118219 size-large" src="https://wpportfolio.com/wp-content/uploads/2019/09/Secondary-Menu-and-Primary-Menu-in-DIVI-1024x404.jpg" alt="Secondary Menu and Primary Menu in DIVI" width="1024" height="404" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/Secondary-Menu-and-Primary-Menu-in-DIVI-1024x404.jpg 1024w, https://wpportfolio.com/wp-content/uploads/2019/09/Secondary-Menu-and-Primary-Menu-in-DIVI-300x118.jpg 300w, https://wpportfolio.com/wp-content/uploads/2019/09/Secondary-Menu-and-Primary-Menu-in-DIVI-768x303.jpg 768w, https://wpportfolio.com/wp-content/uploads/2019/09/Secondary-Menu-and-Primary-Menu-in-DIVI-1080x426.jpg 1080w, https://wpportfolio.com/wp-content/uploads/2019/09/Secondary-Menu-and-Primary-Menu-in-DIVI.jpg 1345w" sizes="(max-width: 1024px) 100vw, 1024px" /><p id="caption-attachment-118219" class="wp-caption-text">Primary and Secondary Menu in DIVI</p></div>
<h2>Prepend Text to the Top Header using jQuery</h2>
<p>For this example I am going to add &#8220;Best DIVI Freelancer for your website!&#8221;. To do this we have to add a little bit of jQuery.</p>
<p>To add the jQuery, go to DIVI- Theme Options &#8211; Integration Tab and look for &#8220;Add code to the &lt; head &gt; of your blog&#8221; as shown below. Add the following jQuery in that box.</p>
<div id="attachment_118220" style="width: 1034px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-118220" class="wp-image-118220 size-large" src="https://wpportfolio.com/wp-content/uploads/2019/09/Add-jQuery-to-Integration-Tab-DIVI-1024x494.jpg" alt="Add jQuery to Integration Tab DIVI" width="1024" height="494" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/Add-jQuery-to-Integration-Tab-DIVI-1024x494.jpg 1024w, https://wpportfolio.com/wp-content/uploads/2019/09/Add-jQuery-to-Integration-Tab-DIVI-300x145.jpg 300w, https://wpportfolio.com/wp-content/uploads/2019/09/Add-jQuery-to-Integration-Tab-DIVI-768x370.jpg 768w, https://wpportfolio.com/wp-content/uploads/2019/09/Add-jQuery-to-Integration-Tab-DIVI-1080x521.jpg 1080w, https://wpportfolio.com/wp-content/uploads/2019/09/Add-jQuery-to-Integration-Tab-DIVI.jpg 1130w" sizes="(max-width: 1024px) 100vw, 1024px" /><p id="caption-attachment-118220" class="wp-caption-text">Add jQuery to Integration Tab DIVI</p></div>
<p>&nbsp;</p>
<p>[sourcecode language=&#8221;javascript&#8221;]<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
jQuery(function($){<br />
if (!$(&#8216;#et-info&#8217;).length) {<br />
$(&#8216;#top-header .container&#8217;).prepend(&#8216;&lt;div id=&quot;et-info&quot;&gt;&lt;/div&gt;&#8217;);<br />
}<br />
$(&#8216;#et-info&#8217;).prepend(&#8216;&lt;span style=&quot;margin:0 10px&quot;&gt;Best DIVI Freelancer for your website!&lt;/span&gt;&#8217;);<br />
});<br />
&lt;/script&gt;<br />
[/sourcecode]</p>
<p>&nbsp;</p>
<p>This will show your extra text on the top header, before the phone number as shown below.</p>
<div id="attachment_118221" style="width: 1034px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-118221" class="wp-image-118221 size-large" src="https://wpportfolio.com/wp-content/uploads/2019/09/Extra-text-Secondary-Menu-Divi-1024x419.jpg" alt="Extra text - Top Header Divi" width="1024" height="419" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/Extra-text-Secondary-Menu-Divi-1024x419.jpg 1024w, https://wpportfolio.com/wp-content/uploads/2019/09/Extra-text-Secondary-Menu-Divi-300x123.jpg 300w, https://wpportfolio.com/wp-content/uploads/2019/09/Extra-text-Secondary-Menu-Divi-768x314.jpg 768w, https://wpportfolio.com/wp-content/uploads/2019/09/Extra-text-Secondary-Menu-Divi-1080x442.jpg 1080w, https://wpportfolio.com/wp-content/uploads/2019/09/Extra-text-Secondary-Menu-Divi.jpg 1346w" sizes="(max-width: 1024px) 100vw, 1024px" /><p id="caption-attachment-118221" class="wp-caption-text">Extra text &#8211; Top Header Divi</p></div>
<h2>Lets Make this Text Clickable</h2>
<p>Sometime you want the text to be clickable, if you were linking it to another page like a contact page. If you want to make the new text that you added Clickable then add the following jQuery. This will create an anchor link for your new extra text.</p>
<p>[sourcecode language=&#8221;javascript&#8221;]<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
jQuery(function($){<br />
if (!$(&#8216;#et-info&#8217;).length) {<br />
$(&#8216;#top-header .container&#8217;).prepend(&#8216;&lt;div id=&quot;et-info&quot;&gt;&lt;/div&gt;&#8217;);<br />
}<br />
$(&#8216;#et-info&#8217;).prepend(&#8216;&lt;span style=&quot;margin:0 10px&quot;&gt;&lt;a href=&quot;https://wpportfolio.com/contact-divi-freelancer/&quot;&gt; Best DIVI Freelancer for your website! &lt;/a&gt;&lt;/span&gt;&#8217;);<br />
});&lt;/script&gt;<br />
[/sourcecode]</p>
<p>&nbsp;</p>
<p>I hope this is helpful and you get a chance to use it on your site. Do leave me a comment if you use this tip on your DIVI website. 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_10">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_10  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/how-to-align-the-divi-secondary-menu-to-left-or-center/">How to Align the DIVI Secondary Menu to Left or Center</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>
</ul></div>
			</div><div class="et_pb_module et_pb_comments_3 et_pb_comments_module et_pb_bg_layout_light">
				
				
				
				
				
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_11 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_11">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_11  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/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> appeared first on <a href="https://wpportfolio.com">WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Turn Header Phone Number into Clickable Link in DIVI</title>
		<link>https://wpportfolio.com/turn-header-phone-number-into-clickable-link-in-divi/</link>
		
		<dc:creator><![CDATA[Girish Dadlani]]></dc:creator>
		<pubDate>Wed, 04 Sep 2019 10:11:31 +0000</pubDate>
				<category><![CDATA[DIVI Top Header]]></category>
		<category><![CDATA[Clickable]]></category>
		<category><![CDATA[Divi]]></category>
		<category><![CDATA[Phone Number]]></category>
		<guid isPermaLink="false">https://wpportfolio.com/?p=118183</guid>

					<description><![CDATA[<p>When you add a phone number and email in your DIVI theme customizer, the email is clickable but the phone number is not. Lets make it clickable.</p>
<p>The post <a href="https://wpportfolio.com/turn-header-phone-number-into-clickable-link-in-divi/">Turn Header Phone Number into Clickable Link 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_12 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_12">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>When you add a phone number and email in your DIVI Theme Customizer, the email is clickable but the phone number is not. Let&#8217;s make the phone number clickable. This is a great feature to have when your user is on the mobile and wants to call you with a single click.</p>
<p>To add a phone number and email you would go to DIVI &#8211;&gt; Theme Customizer &#8211;&gt; Header &amp; Navigation &#8211;&gt; Header Elements and add the phone number as shown below.</p>
<div id="attachment_118193" style="width: 1034px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-118193" class="wp-image-118193 size-large" src="https://wpportfolio.com/wp-content/uploads/2019/09/Phone-Number-and-Email-in-DIVI-Customizer-1024x439.jpg" alt="Phone Number and Email in DIVI Theme Customizer" width="1024" height="439" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/Phone-Number-and-Email-in-DIVI-Customizer-1024x439.jpg 1024w, https://wpportfolio.com/wp-content/uploads/2019/09/Phone-Number-and-Email-in-DIVI-Customizer-300x129.jpg 300w, https://wpportfolio.com/wp-content/uploads/2019/09/Phone-Number-and-Email-in-DIVI-Customizer-768x329.jpg 768w, https://wpportfolio.com/wp-content/uploads/2019/09/Phone-Number-and-Email-in-DIVI-Customizer-1080x463.jpg 1080w, https://wpportfolio.com/wp-content/uploads/2019/09/Phone-Number-and-Email-in-DIVI-Customizer.jpg 1259w" sizes="(max-width: 1024px) 100vw, 1024px" /><p id="caption-attachment-118193" class="wp-caption-text">Phone Number and Email in DIVI Theme Customizer</p></div>
<p>By default this phone number is not clickable. The good thing is that we can actually add HTML in the phone number box and make it an anchor link so it will become clickable.</p>
<p>Replace your phone number by an anchor link by placing the following HTML in the phone number field as shown below. Make sure you change the phone number to the desired phone number.</p>
<p>&lt;a href=&#8221;tel:1-650-123-1234&#8243; rel=&#8221;nofollow&#8221;&gt;(650)-123-1234&lt;/a&gt;</p>
<div id="attachment_118194" style="width: 1034px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-118194" class="wp-image-118194 size-large" src="https://wpportfolio.com/wp-content/uploads/2019/09/Phone-Number-as-a-clickable-link-1024x441.jpg" alt="Phone Number as a clickable link" width="1024" height="441" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/Phone-Number-as-a-clickable-link-1024x441.jpg 1024w, https://wpportfolio.com/wp-content/uploads/2019/09/Phone-Number-as-a-clickable-link-300x129.jpg 300w, https://wpportfolio.com/wp-content/uploads/2019/09/Phone-Number-as-a-clickable-link-768x331.jpg 768w, https://wpportfolio.com/wp-content/uploads/2019/09/Phone-Number-as-a-clickable-link-1080x466.jpg 1080w, https://wpportfolio.com/wp-content/uploads/2019/09/Phone-Number-as-a-clickable-link.jpg 1285w" sizes="(max-width: 1024px) 100vw, 1024px" /><p id="caption-attachment-118194" class="wp-caption-text">Phone Number as a clickable link in DIVI</p></div>
<h2> </h2>
<h2>Highlight the Clickable Phone Number on Mouse Hover</h2>
<p>When you inspect the CSS on the other elements in the header like email or Social icons, you will notice that they all change the opacity on hover. The phone number field does not change the opacity on hover but we can target it with CSS easily.</p>
<p>Open 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>/* Change Opacity when you hover over the clickable phone number in DIVI */<br />#et-info-phone:hover {<br />opacity: 0.7;<br />-moz-transition: all 0.4s ease-in-out;<br />-webkit-transition: all 0.4s ease-in-out;<br />transition: all 0.4s ease-in-out;<br />} ease-in-out;<br />}</p>
<p>I hope this tip helps you in making your phone number clickable. You can also put the HTML for phone number anywhere in your website to make the number clickable. 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_13">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_13  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/how-to-align-the-divi-secondary-menu-to-left-or-center/">Align the Secondary Menu on the Top Header to Left or Center</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_4 et_pb_comments_module et_pb_bg_layout_light">
				
				
				
				
				
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_14 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_14">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_14  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/turn-header-phone-number-into-clickable-link-in-divi/">Turn Header Phone Number into Clickable Link 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>
