• Hello,

    I’ve put a logo in the admin header area. There is a blue line (as an active link) under the image. I’ve been browsing the wp-admin.css and the admin-header.php files but can’t seem to find the culprit.

    Thank you for helping me out,

    Mark

Viewing 6 replies - 1 through 6 (of 6 total)
  • img {
    text-decoration:none;
    }

    into wp-admin.css ?

    Thread Starter markvanovermeire

    (@markvanovermeire)

    Hello podz,

    I’ve pasted the code in wp-admin.css but no luck. Could there be something else I have to add or delete?

    Mark

    Tricky to know because we can’t see the image 🙂

    Where exactly is it inside the admin pages ?

    Thread Starter markvanovermeire

    (@markvanovermeire)

    Thread Starter markvanovermeire

    (@markvanovermeire)

    markvanovermeire
    Member

    This code starts from line 83 in the admin-header.php file:

    </script>

    <?php do_action(‘admin_head’, ”); ?>
    </head>
    <body>

    <div id=”wphead” align=”center”><img src=”../wp-images/logo-admin.jpg” alt=”Travel Amazing South America Blog” title=”Travel Amazing South America Blog” /></div>

    <?php
    require(ABSPATH . ‘/wp-admin/menu-header.php’);

    if ( $parent_file == ‘options-general.php’ ) {
    require(ABSPATH . ‘/wp-admin/options-head.php’);
    }
    ?>

    The blue line appears between the logo and the menu.

    Mark

    #wphead img {
    text-decoration:none;
    }

    ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Blue line under image’ is closed to new replies.