<?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>Drop Down Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<atom:link href="https://wpportfolio.com/tag/drop-down/feed/" rel="self" type="application/rss+xml" />
	<link>https://wpportfolio.com/tag/drop-down/</link>
	<description>Custom Divi Designs &#38; WordPress Solutions for Small Businesses</description>
	<lastBuildDate>Wed, 14 Jan 2026 05:16:41 +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>Drop Down Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<link>https://wpportfolio.com/tag/drop-down/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Remove the Drop Down Arrow from the DIVI Primary Menu</title>
		<link>https://wpportfolio.com/how-to-remove-the-drop-down-arrow-from-the-divi-primary-menu/</link>
		
		<dc:creator><![CDATA[Girish Dadlani]]></dc:creator>
		<pubDate>Sun, 01 Sep 2019 09:41:19 +0000</pubDate>
				<category><![CDATA[DIVI Primary Menu]]></category>
		<category><![CDATA[Divi]]></category>
		<category><![CDATA[Drop Down]]></category>
		<category><![CDATA[Menu]]></category>
		<guid isPermaLink="false">https://wpportfolio.com/?p=118109</guid>

					<description><![CDATA[<p>By default DIVI will add a drop down arrow to your primary menu when it has sub items. With a few lines of CSS, we can remove the arrow from the menu.</p>
<p>The post <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> 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>There might be times you might want to remove the drop down arrow from divi&#8217;s primary menu bar. Let&#8217;s see how we can do this. By default when you have sub menu items in your primary menu, you will notice that there is a small arrow to the right of the parent menu. I think this is a good desirable feature for your menu as it is a good visual indicator for a user that there are sub-menu items under this main menu item.</p>
<p>Recently I was working on a website for a client, who wanted a clean look and wanted me to remove the drop down arrow from the primary menu.</p>
<p>The image below shows the arrow on the drop down menu.</p>
<div id="attachment_118112" style="width: 462px" class="wp-caption alignnone"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-118112" class="wp-image-118112 size-full" src="https://wpportfolio.com/wp-content/uploads/2019/09/Drop-Down-Arrow-Primary-Menu-DIVI.jpg" alt="Drop Down Arrow - Primary Menu DIVI" width="452" height="183" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/Drop-Down-Arrow-Primary-Menu-DIVI.jpg 452w, https://wpportfolio.com/wp-content/uploads/2019/09/Drop-Down-Arrow-Primary-Menu-DIVI-300x121.jpg 300w" sizes="(max-width: 452px) 100vw, 452px" /><p id="caption-attachment-118112" class="wp-caption-text">Drop Down Menu Arrow in DIVI</p></div>
<h2> </h2>
<h2>Remove the Drop Down Menu with CSS</h2>
<p>With a little bit of CSS I was able to remove the arrow for my client. The sub menus are still visible when you hover over the main menu. While I like the drop down arrow, I removed it because that is what my client wanted.</p>
<p>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>/* Remove the down arrow from divi&#8217;s primary menu */<br />‪#top-menu .menu-item-has-children &gt; a:first-child:after{content: &#8221; ;}<br />#top-menu .menu-item-has-children {padding-right: 0px;}</p>
<p>&nbsp;</p>
<div id="attachment_118113" style="width: 422px" class="wp-caption alignnone"><img decoding="async" aria-describedby="caption-attachment-118113" class="wp-image-118113 size-full" src="https://wpportfolio.com/wp-content/uploads/2019/09/Drop-Down-Arrow-Removed-Primary-Menu-DIVI.jpg" alt="Drop Down Arrow Removed - Primary Menu DIVI" width="412" height="167" srcset="https://wpportfolio.com/wp-content/uploads/2019/09/Drop-Down-Arrow-Removed-Primary-Menu-DIVI.jpg 412w, https://wpportfolio.com/wp-content/uploads/2019/09/Drop-Down-Arrow-Removed-Primary-Menu-DIVI-300x122.jpg 300w" sizes="(max-width: 412px) 100vw, 412px" /><p id="caption-attachment-118113" class="wp-caption-text">Drop Down Arrow Removed</p></div>
<p>The CSS looks for all the top-menu items that have any children (sub-menu) and replaces the content (down arrow) with a blank space. The second line of CSS also removes any extra padding to the right of the menu which have sub-items.</p>
<p>The menu still functions normally, showing the sub menus on hover.</p>
<p>Hope this tip help you and if you have any questions feel free to 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/change-color-of-primary-and-mobile-menu-on-hover-in-divi/">Change Color of Primary and Mobile Menu on Hover 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/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> appeared first on <a href="https://wpportfolio.com">WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
