Flat Awesome - PixelExit.com [Deleted]

Hello, thank you for this awesome style!

Is there any way to put the forum name in white letters at the very top black bar? I would like to put the forum name there, right in the middle. I am speaking of the black bar that has the "reports" indicator.

Thank you so much for your time.
 
Hello, thank you for this awesome style!

Is there any way to put the forum name in white letters at the very top black bar? I would like to put the forum name there, right in the middle. I am speaking of the black bar that has the "reports" indicator.

Thank you so much for your time.

Not without quite a bit of editing unfortunately, that's the moderator bar so for it to be visible to everyone you'd need to make a few changes.
 
I dont see any more of this (after i removed it one time in the navigation template)
<a href="{$extraTab.href}" class="SplitCtrl" rel="Menu"></a>
One time in all the templates
nevermind, i was just messing with the template for fun :)
 
Does somebody know how I can set the color for groups, so that they are also applied to the "New profile messages" and to the "Newest member" ?

55cf81b860.png
 
I finally got around to fixing the font awesome icons in my sidebar stats. I also use @MattW 's Attachment Stats add-on, and there weren't any FA icons for it, and the Latest member icon was beside the disk usage stat. After a bit of head scratching, I looked in fa_sidebar.css. I changed the code as follows (this is my entire fa_sidebar.css).
Code:
#boardStats .pairsJustified dl
{
   padding: 5px 0px;
}
.forum_list #boardStats .pairsJustified dt:before
{
   color: @faintTextColor;
   font-family: FontAwesome;
   font-weight: normal;
   margin-right: 5px;
}
.forum_list .sidebar #boardStats .discussionCount dt:before
{
   content: "\f086";
}
.forum_list .sidebar #boardStats .messageCount dt:before
{
   content: "\f075";
}
.forum_list .sidebar #boardStats .memberCount dt:before
{
   content: "\f0c0";
}
.forum_list .sidebar #boardStats .pairsJustified dl:nth-child(4) dt:before
{
   content: "\f007";
}
.forum_list .sidebar #boardStats .pairsJustified dl:nth-child(5) dt:before
{
   content: "\f0c6";
}
.forum_list .sidebar #boardStats .pairsJustified dl:last-child dt:before
{
   content: "\f0a0";
}

As some of the sidebar entries don't have class names, I needed to use the nth-child(x) class. That got everything going. :)
fa_sidebar.css.webp
 
Hey,
sorry for this stupid questions:
How to change the logo? I replaced the logo.png already, but it didn't change anything
How to edit the social icons? (Other link).
 
Hey,
sorry for this stupid questions:
How to change the logo? I replaced the logo.png already, but it didn't change anything
How to edit the social icons? (Other link).

Check Style Properties -> Flat Awesome Properties

By default it uses a text based logo.

For the social icons, check out the template: ad_header
 
Top Bottom