Create Customized theme for wordpress admin panel. with out any code
Features
- Auto Enques Admin Bar Css In Front End
- Built-in 5 Admin Themes
- Create New Themes
- Edit Created Theme
- Delete Created Existing Themes
How To Disable Admin Bar Css File
Use This Filter
lac_front_adminbar_css
Or Add The Below Code In Your Themes
Functions.php
add_filter('lac_front_adminbar_css','remove_lac_front_adminbar_css_file');
function remove_lac_front_adminbar_css_file(){return false;}
This section describes how to install the plugin and get it working.
- Upload
live_admin_customizer
to the /wp-content/plugins/
directory
- Activate the plugin through the \'Plugins\' menu in WordPress
- Create New Theme Using [Live Admin Customizer]