jame58rown
Customer
I need an icon before a menu item. I have the following in extra.less but it's not showing up
The Nav Id
<a href="https://www.my site/link/" class="offCanvasMenu-link" data-xf-key="12" data-nav-id="Discounts">Discounts</a>
What is wrong here, thanks
a[data-nav-id="Discounts"]:before {
color: #ffffff;
.m-faBase();
.m-faContent(@fa-var-sterling-sign);
}
The Nav Id
<a href="https://www.my site/link/" class="offCanvasMenu-link" data-xf-key="12" data-nav-id="Discounts">Discounts</a>
What is wrong here, thanks
a[data-nav-id="Discounts"]:before {
color: #ffffff;
.m-faBase();
.m-faContent(@fa-var-sterling-sign);
}
Last edited: