Home Forums Theme support Down arrow for menu item with submenu Reply To: Down arrow for menu item with submenu

Hi,

the icon for the contact link is there because you’ve set it in the page options, please edit the page with the icon, then take a look at the settings box below the editor -> Menu Tab.

For the arrows: you can add the following code in WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

ul#menu li.has-submenu:after {
	content: "\f078";
	position: absolute;
	top: 22px;
	right: 5px;
	font-family: Fontawesome;
	font-size: 10px;
}