Quick Question: How do we set the admin/backend/ACP style?

Tigratrus

Well-known member
Anyone know? We hated how we always had the watch out when upgrading vB because it kept stepping on our customized ACP style elements. I'm guessing that won't be an issue here, but haven't found any way to set the Admin style yet...
 
I'm pretty sure ACP styles are independent of the styles installed on the forum. To modify the Admin CP style, put XenForo in debug mode by adding
Code:
$config['debug'] = true;
to your config.php file.

You can modify the Admin CP style in the Admin CP by going to the Development tab and clicking the links under Admin Styling on the left-side nav-bar.

Also, this question should probably be posted in the General Support and Questions forum. This forum is for completed and released resources only. :)
 
Top Bottom