Then its a bug with XenForo. I should be able to use <h1> tags. Hmm.I think you have to remove the <h1> tgas around the logo.
It looks like those images got lost some how?
View attachment 61315
View attachment 61317
Where do I change the colouring for the above in red? When I hover-over, it goes grey and underlined. I would like it to be the other way around - grey as standard, red and underlined for hover over. Thanks.
I'm also experiencing the same issue. I can also confirm that it has to do with the most recent Font Awesome update. The default uix styles for the AD Styler haven't been updated with the latest changes, so they don't work.
Eg. <i class="icon-tint"></i> needs to become <i class="fa fa-tint"></i> in js/audentio/ad_styler/2.0/styles/uix/default.si, and so on (there are multiple replacements and files). Otherwise the icons simply will not show.
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
View attachment 61317
Where do I change the colouring for the above in red? When I hover-over, it goes grey and underlined. I would like it to be the other way around - grey as standard, red and underlined for hover over. Thanks.
.messageList .messageInfo .messageMeta .privateControls .item {
color: #666666;
}
.messageList .messageInfo .messageMeta .privateControls .item:hover {
color: #ff0000;
}
.messageList .messageInfo .messageMeta .publicControls .item {
color: #666666;
}
.messageList .messageInfo .messageMeta .publicControls .item:hover {
color: #ff0000;
}
Or just addto the bottom of your page_container_js_head template so that you can support the old and new at the same timeHTML:<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
![]()
I think you need to upgrade to the latest version. We fixed that a few versions ago.Does anyone have a fix for the Facebook like button appearing infront of the navbar? It's quite annoying.
This can be done. You'd just need to make navtabs taller and add the icons in either via CSS or HTML.about icons. Would be great if this http://xenforo.com/community/resour...forum-icons-in-tabs-added-with-listeners.598/ is possible in the UIX style as a standard option
like this
View attachment 61375
This can be done. You'd just need to make navtabs taller and add the icons in either via CSS or HTML.
By the way, styler files weren't patched so they will be soon.
Not ready made no. We can possibly make a new style with this design in mind, would that work?thanks Mike [I suppose Mike] and do you have the code on the shelf to put this in [extra.css i think]
We use essential cookies to make this site work, and optional cookies to enhance your experience.