Wordpress Extra Theme Hide Arrow in Drop Down Menu

From Tech Wiki
Revision as of 22:11, 15 January 2019 by Adam.birds (talk | contribs) (Created page with "'''To hide the arrow in the drop-down menu of the Extra theme in Wordpress follow the below:''' Login to Wordpress Admin Then click Extra and then Theme Options Scroll down...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To hide the arrow in the drop-down menu of the Extra theme in Wordpress follow the below:

Login to Wordpress Admin

Then click Extra and then Theme Options

Scroll down to the bottom and the enter the below under custom.css


header.header li.menu-item-has-children>a:after {
	display: none;	
}

#et-navigation>ul>li.menu-item-has-children>a:before {
	width: 100%;
}