7of9
Hi
Add this code in custom css block
.head-action .navbar-nav li a:before {
background-image: url(../images/icon/icon-1.png);
display: inline-block;
margin-right: 1.25rem;
content: "";
height: 18px;
width: 26px;
}
change the icon path with your icon and you can change the width height value as well with this code.