Title: Removing a link in header php
Last modified: August 19, 2016

---

# Removing a link in header php

 *  [manwidatan](https://wordpress.org/support/users/manwidatan/)
 * (@manwidatan)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/removing-a-link-in-header-php/)
 * I am trying to remove the blue box marked uncategorised on the following web 
   site
 * [http://www.studentsbenefit.co.uk ](http://www.studentsbenefit.co.uk)
 * I have worked out I need to look in the header.php but i do not know what code
   I need to remove. I have tried a few thing but to no look . Can any one help 
   by telling me what to look for please
 * Thanks

Viewing 1 replies (of 1 total)

 *  [figaro](https://wordpress.org/support/users/figaro/)
 * (@figaro)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/removing-a-link-in-header-php/#post-1226070)
 * Find the following in style.css:
 *     ```
       #navigation {
       border-bottom:3px solid #15A0D3;
       border-top:1px solid #EEEEEE;
       float:left;
       padding-bottom:10px;
       padding-top:10px;
       text-align:center;
       width:100%;
       }
       ```
   
 * and add a display: none line like so,
 *     ```
       #navigation {
       border-bottom:3px solid #15A0D3;
       border-top:1px solid #EEEEEE;
       float:left;
       padding-bottom:10px;
       padding-top:10px;
       text-align:center;
       width:100%;
       display:none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Removing a link in header php’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [figaro](https://wordpress.org/support/users/figaro/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/removing-a-link-in-header-php/#post-1226070)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
