platko Posted July 27, 2018 Share Posted July 27, 2018 Hi! As we still prefer it over Uikit, we selected the classic theme in the user settings. It would be really nice to have the login screen at domain.com/processwire match the rest of the interface and not have the Uikit design. How can I achieve this? Simply Symlinking wire/modules/AdminTheme/AdminThemeUikit/uikit/dist/css/uikit.pw.min.css -> site/modules/AdminThemeDefault/styles/main-classic.css doesn't work, breaking the layout. Link to comment Share on other sites More sharing options...
Robin S Posted July 27, 2018 Share Posted July 27, 2018 Check that you have AdminThemeDefault set as the default admin theme in /site/config.php $config->defaultAdminTheme = 'AdminThemeDefault'; 2 Link to comment Share on other sites More sharing options...
platko Posted July 28, 2018 Author Share Posted July 28, 2018 Of course, stupid me... Thank you very much Robin! 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now