xenDark [Deleted]

Hello @Sage Knight

will it be possible to make the header/navigation bar similar to Platinum style....(not extended full width and also make the unnecessary navbars/breadcumbs etc occupy lesser space.. shrink vertically to fit more important stuffs in first frame...)..

how can it be done?

xendark.webp
 
@3rd AnGle The orange parts you highlighted is basically the header, it's a different color than the logo area. To make it "invisible" you can just change the color to that of the logo block.

As for the margins & height, yes they can be reduced, text would also have to be made smaller to fit the design.

All of this should be simple CSS based edits, which I can help you with once you give me some more details on what you're trying to achieve exactly.
 
I just upgraded one of my sites to 1.2.1 and the new file you sent me.

I am missing the username link, inbox , Alerts
Xenforo 1.2.1 with xenDark 1.2.1
wsfront.webp

Xenforo 1.2.0 with xenDark 1.2.0
wsfront2.webp
 
I can see that the stickied thread in wickedmustangs are all highlighted in blue color... is that the default bahavior of this style?
 
@3rd AnGle as wickedstangs mentioned, it's his custom edit. Not apart of the style itself.

@wickedstangs the .navTabs .visitorTabs was set to display: none :P

I commented it out;

Code:
//.navTabs .visitorTabs {
//    display: none;
//}
 
Top Bottom