• Resolved Amado.Miami

    (@amadomiami)


    WordPress 3.2.1.

    Site name should be H1 for me, in dashboard.
    “Dashboard” title is not the most important thing at the admin page for me and its the largest. Currently work on about 60 WP sites daily and its a lot. Now the site name is tiny. Can be confusing. Need to make sure I am in the right Admin panel when working on multiple sites in multiple monitors at the same time. How can I increase the size of the “Site name” in the dashboard?

Viewing 2 replies - 1 through 2 (of 2 total)
  • to do this, you have to edit your admin-header.php via ftp, which is in the wp-admin folder.

    find:

    <a href="<?php echo trailingslashit( get_bloginfo( 'url' ) ); ?>" title="<?php esc_attr_e('Visit Site') ?>">
    		<span id="site-title"><?php echo $blog_name ?></span>

    add font tag:

    <font size="number (either 1-7)"><a href="<?php echo trailingslashit( get_bloginfo( 'url' ) ); ?>" title="<?php esc_attr_e('Visit Site') ?>">
    		<span id="site-title"><?php echo $blog_name ?></span></font>

    Thread Starter Amado.Miami

    (@amadomiami)

    Thank you Leev18, I will definitely try this out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘increase site name in dashboard to H1’ is closed to new replies.