Site logo
Article

Menu icons by default are only shown in mobile. To enable them on desktop as well you can use this css

@media only screen and (min-width : 1201px) {
ul.main-nav li a>i {
display: inline-block;
padding-right: 5px;
}
}

Add this code under wp-admin > theme tools > theme options > custom code > css

Docs