Title: Small Theme Edit Help
Last modified: August 20, 2016

---

# Small Theme Edit Help

 *  [colormehuman](https://wordpress.org/support/users/colormehuman/)
 * (@colormehuman)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/small-theme-edit-help/)
 * My website is matthewwakeham.com
 * I want to remove the large black box that is above the name/home link. I have
   tried to locate it but have only been able to find the actual link in the code.
   Where would the code for the box be located?

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

 *  [pvashist75](https://wordpress.org/support/users/pvashist75/)
 * (@pvashist75)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/small-theme-edit-help/#post-3384263)
 * Do you have any design that its supposed to look like. Removing the border-top
   from css removes the black box but the menu will go below the site title.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/small-theme-edit-help/#post-3384265)
 * it is a border in _**/wp-content/themes/swiss/style/css/typography.css**_
 *     ```
       h1 a {
       	margin-top:-182px;
       	font-size: 30px;
       	letter-spacing: -2px;
       	padding:9px 0 0;
       	height:173px;
       	width:317px;
       	border-top:173px solid black;
       	float:left;
       }
       ```
   
 * you should be able to overwrite it in style.css of your theme, by adding this
   at the end:
 *     ```
       h1 a {
       	border-top: none;
       }
       ```
   
 *  Thread Starter [colormehuman](https://wordpress.org/support/users/colormehuman/)
 * (@colormehuman)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/small-theme-edit-help/#post-3384315)
 * Thank you! I will try this.
 *  Thread Starter [colormehuman](https://wordpress.org/support/users/colormehuman/)
 * (@colormehuman)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/small-theme-edit-help/#post-3384316)
 * If I do this, the categories go below the title.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/small-theme-edit-help/#post-3384321)
 * then leave the border and change the border color to white;
 *     ```
       1 a {
       	margin-top:-182px;
       	font-size: 30px;
       	letter-spacing: -2px;
       	padding:9px 0 0;
       	height:173px;
       	width:317px;
       	border-top:173px solid white;
       	float:left;
       }
       ```
   
 * for those general formatting problems, try working with a browser inspection 
   tool to identify where the elements are formatted in the stylesheet (I for instance
   use Firefox’ web developer add-on).
 * [http://www.w3schools.com/css/](http://www.w3schools.com/css/)
 *  Thread Starter [colormehuman](https://wordpress.org/support/users/colormehuman/)
 * (@colormehuman)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/small-theme-edit-help/#post-3384325)
 * I have done this. The categories are still below. I will try the tool.

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

The topic ‘Small Theme Edit Help’ is closed to new replies.

 * 6 replies
 * 3 participants
 * Last reply from: [colormehuman](https://wordpress.org/support/users/colormehuman/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/small-theme-edit-help/#post-3384325)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
