Wordpress Extra Theme Hide Arrow in Drop Down Menu
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...")
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%; }