Title: CSS browser compatibility issue
Last modified: August 19, 2016

---

# CSS browser compatibility issue

 *  Resolved [mandarke](https://wordpress.org/support/users/mandarke/)
 * (@mandarke)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/css-browser-compatibility-issue/)
 * I’ve installed [this site](http://www.nightstop-gl.org.uk/) for a local charity.
   In the latest edition of firefox and explorer everything appears fine. However,
   in previous editions the image-based banner is obscured by the default H1 text
   across the top that I had removed using CSS (by making it transparent).
 * I expect this is a clumsy way of doing things, but I couldn’t work out how to
   remove the writing without removing the whole div-tag itself.
 * Any suggestions? Perhaps through editing the theme directly?
 * Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/css-browser-compatibility-issue/#post-1282746)
 * look in your theme’s `header.php` for a line similar to:
    `<h1 id="header"><a
   href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></h1>` and remove
   it
 * back up 1st
 *  Thread Starter [mandarke](https://wordpress.org/support/users/mandarke/)
 * (@mandarke)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/css-browser-compatibility-issue/#post-1282751)
 * Hi, unfortunately when I do that, the whole header disappears? Any other apporaches
   along these lines – just need to remove the default h1 text in the banner… many
   thanks!
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/css-browser-compatibility-issue/#post-1282752)
 * Style.css:
 *     ```
       #header_left h1 a {
       border-bottom:2px none #000000;
       padding:0 10px 9px;
       position:absolute;
       top:-5000px;
       left:-5000px;
       }
       ```
   
 *  Thread Starter [mandarke](https://wordpress.org/support/users/mandarke/)
 * (@mandarke)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/css-browser-compatibility-issue/#post-1282756)
 * I actually just set the font size to 0 and it worked perfectly. Many thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘CSS browser compatibility issue’ is closed to new replies.

## Tags

 * [banner](https://wordpress.org/support/topic-tag/banner/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * 4 replies
 * 3 participants
 * Last reply from: [mandarke](https://wordpress.org/support/users/mandarke/)
 * Last activity: [16 years, 6 months ago](https://wordpress.org/support/topic/css-browser-compatibility-issue/#post-1282756)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
