Reply To: remove FontAwesome

Home Forums Iconic One Pro Support remove FontAwesome Reply To: remove FontAwesome

#6246

To remove the sub menu indicator, remove the following CSS code from style.css
starting line 1548

.themonic-nav li a:after {
	font-family: 'FontAwesome';
	font-style: normal;
	speak: none;
	font-weight: normal;
	content: "\f0d7";
	margin-left: 5px;
	-webkit-font-smoothing: antialiased;
}