![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello people!
Wondering if someone could help! Im trying to follow the tutorial from WP..here.. codex.wordpress.org/Creating_Admin_Themes#Creating_an_Admin_Theme_Plug in Heres what i have upto now! Plugin file: <?php /* Plugin Name: Customcms Plugin URI: http://www.example.co.uk Description: This plugin will change your wordpress admin colour scheme. There are no options for the plugin, just install and activate! To change the colour scheme, simply download the style sheet and edit the colours. Author: ME Version: 1.0 Author URI: http://www.example.co.uk */ function my_admin_head() { echo '<link rel="stylesheet" type="text/css" href="' .plugins_url('wp-admin.css', __FILE__). '">'; } add_action('admin_head', 'my_admin_head'); ?> Heres the css (just as explained in the tut) @charset "utf-8"; /* CSS Document */ #wphead { border-bottom: MidnightBlue 1px solid; background-color: #E4F0FE!important; background: -moz-linear-gradient(bottom,#E4F0FE,#B0C4DE); background: -webkit-gradient(linear,left bottom,left top,from(#E4F0FE),to(#B0C4DE)); } THE BIG PROBLEM! I cant get it to work!...can anyone point me in the right direction, or explain what im doing wrong?...the plugin is showing up and allowing me to activate it, but no changes to the admin?? Hope someone can help, thanks in advance.
__________________
Carl Brook Web design for small and startup businesses Good4businesses.co.uk Good4hosting.co.uk Make life easy "Get Genesis" |
| Tags |
| admin colors, wordpress admin |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wordpress Admin Customisation | ukbob | General Discussion | 2 | 05-08-2009 09:03 AM |
| Cannot Get In Wordpress Admin | bradhodges | General Discussion | 2 | 03-12-2009 02:05 PM |
| All CSS showing in Wordpress admin! | veliapola | General Discussion | 2 | 02-09-2009 08:40 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us