Title: Remove the horizontal lines between posts
Last modified: August 21, 2016

---

# Remove the horizontal lines between posts

 *  Resolved [gagafashion](https://wordpress.org/support/users/gagafashion/)
 * (@gagafashion)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/remove-the-horizontal-lines-between-posts/)
 * Hi,
    my site is [http://gagafashionland.com](http://gagafashionland.com).
 * I’d like to remove the horizontal lines between posts, can you guys help me do
   that?
 * Thank you!!!

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

 *  Theme Author [Themonic](https://wordpress.org/support/users/themonic/)
 * (@themonic)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/remove-the-horizontal-lines-between-posts/#post-4345850)
 * Use the following in custom.css
 *     ```
       .site-content article {
           border-bottom: none;
       }
       ```
   
 *  Thread Starter [gagafashion](https://wordpress.org/support/users/gagafashion/)
 * (@gagafashion)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/remove-the-horizontal-lines-between-posts/#post-4345859)
 * tried that but the lines/borders are still there.
 * any other suggestions, please?
 * THANK YOU!!!
 *  Theme Author [Themonic](https://wordpress.org/support/users/themonic/)
 * (@themonic)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/remove-the-horizontal-lines-between-posts/#post-4345862)
 * We cannot guarantee the workings of code on customized websites. The given code
   is working fine with our default installation.
 * Other way would be to directly modify style.css, around line 851
 * find .site-content article
 * and then
 *     ```
       border-bottom: 2px double #F3F3F3;
       ```
   
 * make it
 * `border-bottom: none;`
 *  [cymru78](https://wordpress.org/support/users/cymru78/)
 * (@cymru78)
 * [12 years ago](https://wordpress.org/support/topic/remove-the-horizontal-lines-between-posts/#post-4346005)
 * Hi,
    I was searching for this option. I’ve tried both suggestions, but none have
   worked.
 * See my home page northwalesgigs.co.uk

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

The topic ‘Remove the horizontal lines between posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/iconic-one/3.4/screenshot.png)
 * Iconic One
 * [Support Threads](https://wordpress.org/support/theme/iconic-one/)
 * [Active Topics](https://wordpress.org/support/theme/iconic-one/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/iconic-one/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/iconic-one/reviews/)

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [cymru78](https://wordpress.org/support/users/cymru78/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/remove-the-horizontal-lines-between-posts/#post-4346005)
 * Status: resolved