<?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>Hamburger Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<atom:link href="https://wpportfolio.com/tag/hamburger/feed/" rel="self" type="application/rss+xml" />
	<link>https://wpportfolio.com/tag/hamburger/</link>
	<description>Custom Divi Designs &#38; WordPress Solutions for Small Businesses</description>
	<lastBuildDate>Wed, 14 Jan 2026 05:16:43 +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>Hamburger Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<link>https://wpportfolio.com/tag/hamburger/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Add Extra Text Before or After your Mobile Menu in DIVI</title>
		<link>https://wpportfolio.com/add-extra-text-before-or-after-your-mobile-menu-in-divi/</link>
					<comments>https://wpportfolio.com/add-extra-text-before-or-after-your-mobile-menu-in-divi/#comments</comments>
		
		<dc:creator><![CDATA[Girish Dadlani]]></dc:creator>
		<pubDate>Sat, 14 Sep 2019 19:40:14 +0000</pubDate>
				<category><![CDATA[DIVI Mobile Menu]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Divi]]></category>
		<category><![CDATA[Hamburger]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[Mobile]]></category>
		<guid isPermaLink="false">https://wpportfolio.com/?p=118250</guid>

					<description><![CDATA[<p> By default on mobile the menu turns into a hamburger icon. Lets add some text before or after the mobile menu in DIVI using CSS. </p>
<p>The post <a href="https://wpportfolio.com/add-extra-text-before-or-after-your-mobile-menu-in-divi/">Add Extra Text Before or After your Mobile Menu 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>Lets add text before or after the mobile menu in DIVI. By default on mobile the menu turns into a hamburger icon. This tip may be useful specially if you want to explicitly add some text next to the hamburger. I read this tip on a Elegant Themes blog few years back and have used it occasionally on my client sites.</p>
<p>Here&#8217;s what the default menu looks like in DIVI. I have changed the color of the hamburger menu to black in this case. Read this post, If you want to know <a href="https://wpportfolio.com/hamburger-menu-color/">how to change the color of the mobile menu</a>.</p>
<div id="attachment_118255" style="width: 446px" class="wp-caption aligncenter"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-118255" class="wp-image-118255 size-full" src="https://wpportfolio.com/wp-content/uploads/2019/09/Default-mobile-menu-in-DIVI.jpg" alt="Default mobile menu in DIVI" width="436" height="582" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/Default-mobile-menu-in-DIVI.jpg 436w, https://wpportfolio.com/wp-content/uploads/2019/09/Default-mobile-menu-in-DIVI-225x300.jpg 225w" sizes="(max-width: 436px) 100vw, 436px" /><p id="caption-attachment-118255" class="wp-caption-text">Default mobile menu in DIVI</p></div>
<h2></h2>
<h2>Add Text After the Mobile Menu</h2>
<p>Here is the css you will need to add text after the hamburger menu. 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 text after the hamburger menu in DIVI */<br />.mobile_menu_bar:after {<br />position: relative !important;<br />content: &#8216;My Menu&#8217;;<br />bottom: 10px;<br />left: 12%;<br />color: black;<br />}</p>
<p>This will look like the following. Change the text and color to match your website colors.</p>
<div id="attachment_118256" style="width: 419px" class="wp-caption aligncenter"><img decoding="async" aria-describedby="caption-attachment-118256" class="wp-image-118256 size-full" src="https://wpportfolio.com/wp-content/uploads/2019/09/Text-after-mobile-menu.jpg" alt="Text after mobile menu" width="409" height="604" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/Text-after-mobile-menu.jpg 409w, https://wpportfolio.com/wp-content/uploads/2019/09/Text-after-mobile-menu-203x300.jpg 203w" sizes="(max-width: 409px) 100vw, 409px" /><p id="caption-attachment-118256" class="wp-caption-text">Text after mobile menu</p></div>
<h2> </h2>
<h2>Add Text Before the Mobile Menu</h2>
<p>You can also add the text before the hamburger menu. For that use the following CSS.</p>
<p>/* Add text before the hamburger menu */<br />#et_mobile_nav_menu:before {<br />content: &#8216;My Menu&#8217;;<br />position: absolute !important;<br />bottom: 29px;<br />right: 35px;<br />color: black;<br />}</p>
<p>Here&#8217;s the result of the CSS.</p>
<div id="attachment_118257" style="width: 420px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-118257" class="wp-image-118257 size-full" src="https://wpportfolio.com/wp-content/uploads/2019/09/Text-before-mobile-menu.jpg" alt="Text before mobile menu" width="410" height="607" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/Text-before-mobile-menu.jpg 410w, https://wpportfolio.com/wp-content/uploads/2019/09/Text-before-mobile-menu-203x300.jpg 203w" sizes="(max-width: 410px) 100vw, 410px" /><p id="caption-attachment-118257" class="wp-caption-text">Text before mobile menu</p></div>
<p>&nbsp;</p>
<p>This is an easy tip to customize your DIVI site, with a few lines of CSS. I hope you liked this tip and if you do use it on your site, do leave 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 &#8211;</h2>
<ul>
<li><a href="https://wpportfolio.com/hamburger-menu-color/">Change the Color of the Hamburger Menu on Mobile and Tablet.</a></li>
<li><a href="https://wpportfolio.com/mobile-menu-top-border-in-divi/">Change Mobile Menu Top Border 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/add-extra-text-before-or-after-your-mobile-menu-in-divi/">Add Extra Text Before or After your Mobile Menu 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>How to change Hamburger or Mobile Menu Color in Divi</title>
		<link>https://wpportfolio.com/hamburger-menu-color/</link>
		
		<dc:creator><![CDATA[Girish Dadlani]]></dc:creator>
		<pubDate>Tue, 28 Feb 2017 20:25:50 +0000</pubDate>
				<category><![CDATA[DIVI Mobile Menu]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Divi]]></category>
		<category><![CDATA[Hamburger]]></category>
		<category><![CDATA[Menu]]></category>
		<guid isPermaLink="false">https://wpportfolio.com/?p=116167</guid>

					<description><![CDATA[<p>Change the color of the DIVI mobile menu also know as the hamburger on tablet and mobile with a couple of lines of CSS. This is very handy in customizing and branding your website with your chosen colors.</p>
<p>The post <a href="https://wpportfolio.com/hamburger-menu-color/">How to change Hamburger or Mobile Menu Color 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 change the color of the hamburger icon on your mobile menu and tablet for your DIVI website.?</p>
<p>Add the following CSS snippet to your DIVI theme and change the color to match your website colors. You can add the CSS either to your style.css in your child theme OR go to the DIVI- Theme Options on your dashboard. In the General Tab, scroll down to the &#8220;Custom CSS&#8221; text area.</p>
<p>I have set it to a shade of yellow (#d9b310) in the example below, to match my website colors. Replace the (#d9b310) in the code to the color of your choice to match the branding of your website.</p>
<p>/* Change color of the hamburger menu on tablet and mobile*/<br />span.mobile_menu_bar:before {<br />     color: #d9b310!important;<br />}</p>
<p>Here is what it looks like when viewing my site on mobile.</p></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_0">
				
				
				
				
				<span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="354" height="81" src="https://wpportfolio.com/wp-content/uploads/2017/02/Change-Color-of-Hamburger-Menu.jpg" alt="Change Color of Hamburger Menu" title="Change Color of Hamburger Menu" srcset="https://wpportfolio.com/wp-content/uploads/2017/02/Change-Color-of-Hamburger-Menu.jpg 354w, https://wpportfolio.com/wp-content/uploads/2017/02/Change-Color-of-Hamburger-Menu-300x69.jpg 300w" sizes="(max-width: 354px) 100vw, 354px" class="wp-image-117627" /></span>
			</div><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"><h4>Changing the color of the Hamburger Menu only on a specific page in DIVI</h4>
<p>You can also tweak the color of the hamburger or mobile icon only on a specific page in DIVI. I use this trick sometimes if my hamburger icon is not contrasting well with a background slider image. This will override the previous hamburger menu color (if you did set one in the style.css), but only on this specific page.</p>
<p>Open a page in your WordPress dashboard in DIVI. Click on the Page settings as shown below. <img loading="lazy" decoding="async" class="wp-image-117766 size-full aligncenter" title="Divi Page Settings" src="https://wpportfolio.com/wp-content/uploads/2017/02/Divi-Page-Settings.jpg" alt="Divi Page Settings" width="858" height="157" srcset="https://wpportfolio.com/wp-content/uploads/2017/02/Divi-Page-Settings.jpg 858w, https://wpportfolio.com/wp-content/uploads/2017/02/Divi-Page-Settings-300x55.jpg 300w, https://wpportfolio.com/wp-content/uploads/2017/02/Divi-Page-Settings-768x141.jpg 768w" sizes="(max-width: 858px) 100vw, 858px" /></p>
<p>Copy the same CSS as shown above in the Custom CSS box. Click on Save and Update your page.</p>
<p><img loading="lazy" decoding="async" class="size-medium wp-image-117765 aligncenter" src="https://wpportfolio.com/wp-content/uploads/2017/02/Change-Hamburger-color-on-Page-in-Divi-300x280.jpg" alt="Change Hamburger color on Page in Divi" width="300" height="280" srcset="https://wpportfolio.com/wp-content/uploads/2017/02/Change-Hamburger-color-on-Page-in-Divi-300x280.jpg 300w, https://wpportfolio.com/wp-content/uploads/2017/02/Change-Hamburger-color-on-Page-in-Divi.jpg 411w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>Related Post : Change the<a href="https://wpportfolio.com/mobile-menu-top-border-in-divi/"> color of the top border mobile menu</a> in DIVI.</p></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_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_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/hamburger-menu-color/">How to change Hamburger or Mobile Menu Color 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>
