53 points
Community rank #1080
Jonny Wood
VeteranJust Getting Started
MemberLikes (0)
Anyone know of a clean and simple way to remove or hide the 'Customize' link in the new Themes section on Wordpress 3.4? I don't want clients messing with their own brand image which has been meticulously developed for them.
I think it would be easier (instead of loading an extra plugin) to just add the code on the already existing WPMUDEV Ultimate Branding plugin, under Custom Admin CSS.
I mean this is the way we use it and works just fine.
53 pointsCommunity rank #1080VeteranJust Getting Started
Member
(joined June 2012)
Likes (0)
I think it would be easier (instead of loading an extra plugin) to just add the code on the already existing WPMUDEV Ultimate Branding plugin, under Custom Admin CSS.
Responses (5)
Inactive (joined February 2012) Likes (0)
Hey JWC,
Welcome to the Community!
Never thought someone would want to do that. Fair point there.
I think the easiest would be to hide the button using some admin side css, this should work:
Find attached some files.
1. Place custom_admin.css as wp-content/themes/custom_admin.css
2. You probably don't have a mu-plugins folder, if you do move admintheme.php to wp-content/mu-plugins/admintheme.php
If you don't have that folder, upload the whole folder in the zip to wp-content/
Hope that makes sense. Good luck!
ps: You can insert the admin css on a theme by theme basis, for that this post will help: http://millionclues.com/problogging/wordpress-tips/how-to-add-css-styles-to-wordpress-admin/
Member (joined June 2012) Likes (0)
Thanks, I'll give it a try later
Inactive (joined February 2012) Likes (1)Liked by: 
Hey @JWC
I have made that into the shape of a plugin here: http://wordpress.org/extend/plugins/admin-css-mu/
Cheers!
Lifetime Member (joined March 2011) Likes (1)Liked by: 
@Arun and JWC
I think it would be easier (instead of loading an extra plugin) to just add the code on the already existing WPMUDEV Ultimate Branding plugin, under Custom Admin CSS.
I mean this is the way we use it and works just fine.
Cheers
Member (joined June 2012) Likes (0)
That's a good point.
Become a member