XF 1.4 Node's as tab icon

Hello,

I have a question about the Node's as tab resource.
So i have installed this addon on my website etc. but i am not able to change the icon on that.
I have tried it with the costum node icon addon but it still does not work.
Any help?

Thanks,
Freeman.
 
If I assume correctly, you are wanting to add an FA icon to your Nav Tabs.

EXTRA.css
Code:
.navTab.nodetabXX .navLink:before {
content: '\f0e6';
font-family: FontAwesome;
font-size: 15px;
font-weight: normal;
padding-right: 3px;
}
XX being the number of your nodetab, i.e nodetab32

Adjust font-size, font-weight and padding to suit.

More info can be found here FA Navigation
 
Well, it works like it is given but it says this at the bottom "With a little bit of styling though, it appears like this:" And i do not know a "little bit of styling" So now it is like the second image. Sorry.
 
Top Bottom