tabbytales
Member
I am not entirely sure about correct terminology here, sorry, I'm still incredibly new to all of this stuff. But there's an addition to my navigation that doesn't want to show its button. I've currently gotten it to use a simple circle, just to show that it is indeed there, but I can't figure out how to use a Font Awesome icon the way the rest of them show. If anyone could help me out, it would be greatly appreciated. I'm hoping to use link-simple.
It's the silly little circle, which I put in via this in extra.less:
It's the silly little circle, which I put in via this in extra.less:
.p-navgroup-link.p-navgroup-link--linked i:after {
content: "\2B58";
width: 1em;
display: inline-block;
text-align: center;
}