You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
Add code to extra.less template:
/* Navigation tab icons */
.p-navEl
{
[data-nav-id="home"]:before
{
font-family: FontAwesome;
content: "\f015";
padding-right: 5px;
}
[data-nav-id="forums"]:before
{
font-family: FontAwesome;
content: "\f0e6"...