Title: Horizontal lines
Last modified: August 20, 2016

---

# Horizontal lines

 *  [Colinbrowne](https://wordpress.org/support/users/colinbrowne/)
 * (@colinbrowne)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/horizontal-lines/)
 * Hello everyone, how do I get rid of the horizontal lines above and below the 
   H1 header on my website? The link is [Colin Browne Photography](http://www.colinbrowne.co.za).
   It looks like they were put there by some form of CSS but I have no idea how 
   to find the CSS let alone edit it.
 * Can anyone help?
 * Many thanks.

Viewing 1 replies (of 1 total)

 *  Moderator [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * (@keesiemeijer)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/horizontal-lines/#post-2397337)
 * in dynamic-style.php
    change this:
 *     ```
       h1 {
           border-bottom: 1px solid #E1E1E1;
           clear: none;
           color: #A2B3BA;
           font-family: helvetica,arial,sans-serif;
           font-size: 22px;
           font-weight: bold;
           margin-bottom: 10px;
           padding-bottom: 15px;
       }
       ```
   
 * to this:
 *     ```
       h1 {
           clear: none;
           color: #A2B3BA;
           font-family: helvetica,arial,sans-serif;
           font-size: 22px;
           font-weight: bold;
           margin-bottom: 10px;
           padding-bottom: 15px;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Horizontal lines’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [H1](https://wordpress.org/support/topic-tag/h1/)
 * [headers](https://wordpress.org/support/topic-tag/headers/)
 * [horizontal lines](https://wordpress.org/support/topic-tag/horizontal-lines/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/horizontal-lines/#post-2397337)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
