Title: border/frame lines between sections
Last modified: August 22, 2016

---

# border/frame lines between sections

 *  [wmalc5br](https://wordpress.org/support/users/wmalc5br/)
 * (@wmalc5br)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/borderframe-lines-between-sections/)
 * Can anyone help me change the color of the thin grey frame lines on the theme
   to black?

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

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/borderframe-lines-between-sections/#post-5650000)
 * Can you post a link to your site?
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/borderframe-lines-between-sections/#post-5650086)
 * Hey there wmalc5br,
 * Hope you’re well today!
 * This can be done with some custom CSS. Please try adding the following code to
   your theme custom CSS tab which is located in Appearance >> Leaf Options >> Custom
   CSS
 *     ```
       .main-navigation li a {
       border-left: 1px solid #000;
       }
   
       .main-navigation {
       border-top: 1px solid #000;
       border-bottom: 1px solid #000;
       }
   
       .site-content {
       border-right: 1px solid #000;
       }
   
       .entry-meta {
       border-top: 1px solid #000;
       border-bottom: 1px solid #000;
       }
       ```
   
 * This should change the border colors to black.
 * Hope this helps 🙂
 * Cheers,
    Bojan

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

The topic ‘border/frame lines between sections’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/leaf/1.1.2/screenshot.png)
 * Leaf
 * [Support Threads](https://wordpress.org/support/theme/leaf/)
 * [Active Topics](https://wordpress.org/support/theme/leaf/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/leaf/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/leaf/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/borderframe-lines-between-sections/#post-5650086)
 * Status: not resolved