Add Phone-Number/Email in secondary menu with icon
Please add the span html inside the secondary menu text as :
<span class='fa icon-phone'></span>0437 445 352
As can be seen in this screenshot: http://prntscr.com/47l3c0 .
For Email :
<span class='fa icon-envelope'></span>
And then add this to custom css:
body span.icon-phone {
background: none;
height: 10px;
line-height: 10px;
font-size: 26px !important;
}
body span.icon-envelope {
background: none;
height: 10px;
line-height: 10px;
font-size: 26px !important;
}
This might also help write up Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .
Thanks