Title: Black border
Last modified: August 20, 2016

---

# Black border

 *  [Grafnik](https://wordpress.org/support/users/grafnik/)
 * (@grafnik)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/black-border/)
 * Hi,
 * I’m currently working on this website: [http://www.anntertainment.nl/](http://www.anntertainment.nl/)
 * I want to remove the black border at the bottom of the page. Does anybody know
   how I can achieve that?
 * Thanks for your help!

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/black-border/#post-2217628)
 * remove the border-top, in style.css, in the style of:
 *     ```
       #colophon {
       	border-top: 4px solid #000;
       	margin-top: -4px;
       	overflow: hidden;
       	padding: 18px 0;
       }
       ```
   
 * btw:
    for various reasons, using twenty ten, you are encouraged to use a child
   theme [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
   instead of editing the theme directly.
 *  Thread Starter [Grafnik](https://wordpress.org/support/users/grafnik/)
 * (@grafnik)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/black-border/#post-2217916)
 * Thank you Alchymyth – that worked!
 *  Thread Starter [Grafnik](https://wordpress.org/support/users/grafnik/)
 * (@grafnik)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/black-border/#post-2217921)
 * Alchymyth, do you know how I can change the page titles (welkom, anntertainment,
   etc.) from black to white?
 * I thought it would be this:
 * > `.page-title {
   >  color: #FFFFFF; font-size: 14px; font-weight: bold; margin:
   > 0 0 36px 0; } .page-title span { color: #FFF; font-size: 16px; font-style: 
   > italic; font-weight: normal;
 * But apparently it’s not…
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/black-border/#post-2217923)
 * find this style in style.css:
 *     ```
       #content .entry-title {
       	color: #000;
       	font-size: 21px;
       	font-weight: bold;
       	line-height: 0.0em;
       	margin-bottom: 0;
       }
       ```
   
 * changing this would also effect the title in single posts;
    if you need to avoid
   that, add a new style:
 * `.page #content .entry-title { color: #fff; }`

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

The topic ‘Black border’ is closed to new replies.

## Tags

 * [Black Border](https://wordpress.org/support/topic-tag/black-border/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/black-border/#post-2217923)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
