Boone

Well-Known Member
How can I make the node icons a bit larger?
 

Attachments

  • Screen shot 2015-01-22 at 11.33.47 AM.png
    Screen shot 2015-01-22 at 11.33.47 AM.png
    6.5 KB · Views: 15
You can also set a specific font size(for each icon) as well, the 2x/3x are quite dramatic in changes.

Something like this? Is this the way? Any other code needed before or after (assuming it's correct in the first place)?

Code:
.node_87 .nodeIcon:before {
display: inline-block;
font-family: FontAwesome;
line-height: 45px;
font-size: 24px;
color: rgb(210, 184, 135);
text-align: center; }
 
Something like this? Is this the way? Any other code needed before or after (assuming it's correct in the first place)?

Code:
.node_87 .nodeIcon:before {
display: inline-block;
font-family: FontAwesome;
line-height: 45px;
font-size: 24px;
color: rgb(210, 184, 135);
text-align: center; }

I was referring to here actually:

[XB] Font Awesome -> Left side for the node icon/unread/page ect....
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back