Title: Grey Lines
Last modified: August 22, 2016

---

# Grey Lines

 *  Resolved [hank3rd](https://wordpress.org/support/users/hank3rd/)
 * (@hank3rd)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/grey-lines-2/)
 * Is there a way to remove the subtle get horizontal lines? Site is [http://www.thewanderlustdilemma.com](http://www.thewanderlustdilemma.com).

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

 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/grey-lines-2/#post-5893593)
 * I not understand what you mean exactly?
 * You want all the light grey lines gone below posts and on widget?
 *  Thread Starter [hank3rd](https://wordpress.org/support/users/hank3rd/)
 * (@hank3rd)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/grey-lines-2/#post-5893625)
 * There is a small line between the recent posts and below the section headings.
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/grey-lines-2/#post-5893775)
 * In your Child Theme or CSS Editor thry this:
 *     ```
       .widget-title {
           border-bottom: 1px solid #fff;
       }
       ```
   
 *  Theme Author [Silkalns](https://wordpress.org/support/users/silkalns/)
 * (@silkalns)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/grey-lines-2/#post-5893840)
 * [@hank3rd](https://wordpress.org/support/users/hank3rd/)
 * Since you are not giving a clear answer to which lines you want to remove and
   if you want to keep any there here is a CSS code that will get rid of all lines
   on your website.
 *     ```
       .panel-grid-cell .widget-title {
         border: none;
       }
       .srp-widget-singlepost {
         border: none;
       }
       .panel {
         box-shadow: none;
       }
       .widget ul li {
         border: none;
       }
       ```
   
 * Add this code to Appearance >> Theme Options >> Other >> Custom CSS
 *  Thread Starter [hank3rd](https://wordpress.org/support/users/hank3rd/)
 * (@hank3rd)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/grey-lines-2/#post-5893864)
 * Yes. I did want to remove all of them! Sorry, I got busy. I just tried the code
   and it worked like a charm!
 * I really appreciate the help.

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

The topic ‘Grey Lines’ is closed to new replies.

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

## Tags

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

 * 5 replies
 * 3 participants
 * Last reply from: [hank3rd](https://wordpress.org/support/users/hank3rd/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/grey-lines-2/#post-5893864)
 * Status: resolved