Select Page

first upload menu icon to your WordPress website. if the icon format is .svg. then you need use ftp upload it.

Suppose your upload address is http://www.yoursite.com/wp-content/uploads/2020/02/home.svg

second login to your wordpress panel, go to appearance->customize->additional css, add the code below to there.

.uploadhomeicon {background-image: url('http://www.yoursite.com/wp-content/uploads/2020/02/Picture2.svg');
background-repeat: no-repeat;
background-position: left;
padding-left: 5px;
}

then go to appearance->menu add the code to navigation label:

<i class="uploadhomeicon">&nbsp;&nbsp;&nbsp;</i>WordPress

if you don’t know how to make svg icon, please see the full intro video below: