Boone

Well-Known Member
I have read this thread https://pixelexit.com/resources/how-to-change-font-awesome-node-icons.6/

but I'm obviously missing something. :depressed:

I have the proper things checked in Style Properties -> [XB] - Font Awesome

I'd like different (read and unread) node icons for each forum (like here).

LOL, I love everything you've done with this particular style, probably going to do my best to emulate it. The bold for unread thread in discussion list, the font type AND size. Hope I'm not too much of a bother.
 

Attachments

  • Screen shot 2014-09-27 at 1.49.21 PM.png
    Screen shot 2014-09-27 at 1.49.21 PM.png
    6.8 KB · Views: 22
  • Screen shot 2014-09-27 at 1.48.46 PM.png
    Screen shot 2014-09-27 at 1.48.46 PM.png
    6.5 KB · Views: 22
  • Screen shot 2014-09-27 at 1.48.15 PM.png
    Screen shot 2014-09-27 at 1.48.15 PM.png
    64.5 KB · Views: 21
- Different icon for each node you may try this:
https://pixelexit.com/threads/change-fa-node-icons-for-each-node.1222/#post-5560

- The font type is PTsan and you can change it in your style properties settings
Code:
<link href='//fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css'>

- For bold unread in discussion list and i think it is by default like that but anyway here is how its done, you can add this to extra.css
Code:
.discussionListItems .unread .title a {
font-weight: bold;
}

Hope i helped.
 
We use PT Sans, our setup looks like this via : [XB] General:
Screenshot_1.png


Code:
<link href='//fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css'>

Code:
'PT Sans', sans-serif
 
Incredible difference. Thanks.

One more quickie question if I may. Is it my eyes or are the two screenies I provided not the same font size/type?
 

Attachments

  • Screen shot 2014-09-27 at 10.47.32 PM.png
    Screen shot 2014-09-27 at 10.47.32 PM.png
    34.3 KB · Views: 19
  • Screen shot 2014-09-27 at 10.47.19 PM.png
    Screen shot 2014-09-27 at 10.47.19 PM.png
    39.7 KB · Views: 19
I guess since I made the node section larger the new indicator seems chopped off a bit at the top. Anyway way to fix this?
 

Attachments

  • Screen shot 2014-09-28 at 9.08.07 AM.png
    Screen shot 2014-09-28 at 9.08.07 AM.png
    6.3 KB · Views: 17

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