Changing the default classic admin theme to the Reno theme

Posted 20th Sep 2017

#setup #themes

In this guide, we'll be changing the default classic admin theme to the very popular Reno theme.

Admin > Modules > Core (tab)

Install the Reno module.

Reno theme installation
Reno theme installation Zoom

/site/config.php

/**
 * Default admin theme
 *
 * Module name of default admin theme for guest and users that haven't already selected one
 *
 * Core options include: **AdminThemeDefault** or **AdminThemeReno**.
 * Additional options will depend on what other 3rd party AdminTheme modules you have installed.
 *
 * @var string
 *
 */
$config->defaultAdminTheme = 'AdminThemeReno';

Refresh your page, and bingo! Enjoy your new admin theme!

Reno theme installed
Reno theme installed Zoom

Feedback & support

I hope you enjoyed this tutorial. You can support pwtuts by following on @pwtuts. You can also donate at paypal.me/swcarrey to help support the site which would be awesome!

Related tutorials / See all

Suggest a tutorial

Please note: I do not store any of this information, it's simply used to send me an email. Your email address is required so I can get clarification on your request if needed.