StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have -- and this forum will be removed on July 1st, 2013.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-22-2012, 09:21 AM
brookrobinson brookrobinson is offline
Registered User
Pro Plus Member
 
Join Date: Apr 2011
Location: Warrington
Posts: 269
Talking Wordpress Admin Colors

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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -5. The time now is 05:05 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.