[wp-forums] 3.2 troubleshooting (ahead of the curve!)

esmi at quirm dot net esmi at quirm.net
Fri Jun 24 13:01:29 UTC 2011


on 24/06/2011 10:25 Andrew Nacin said the following:
> "The Site Title (on the admin side) is too small" is not a problem we need
> to be dealing with. Sorry, Otto :-)

We can just suggest something in functions.php like:

function larger_site_title() {
?>
<style type = "text/css">
#wphead h1 {font-size:24px;}
</style>
<?php
}
add_action( 'admin_head','larger_site_title');

Yes? No?

Mel




More information about the wp-forums mailing list