Forums

[resolved] increase site name in dashboard to H1 (3 posts)

  1. Amado.Miami
    Member
    Posted 10 months ago #

    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?

  2. leev18
    Member
    Posted 10 months ago #

    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>
  3. Amado.Miami
    Member
    Posted 10 months ago #

    Thank you Leev18, I will definitely try this out.

Reply

You must log in to post.

About this Topic