Home › Forums › Iconic One Pro Support › remove FontAwesome › Reply To: remove FontAwesome
August 30, 2020 at 11:00 am #6246
Themonic-Support
Keymaster
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;
}