Title: Widget Separators
Last modified: August 22, 2016

---

# Widget Separators

 *  Resolved [chenayay](https://wordpress.org/support/users/chenayay/)
 * (@chenayay)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/widget-separators/)
 * How do I remove the widget separators (orange lines)?

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

 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/widget-separators/#post-5463769)
 * It would help us help you if you included a link to your website.
 * Suggest that you use a browser inspector like firebug (for firefox), other browsers
   have an equivalent addon, it will show you how your html and css are working.
 *  Thread Starter [chenayay](https://wordpress.org/support/users/chenayay/)
 * (@chenayay)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/widget-separators/#post-5463796)
 * My website can be found at:
    [http://www.brightcents.com](http://www.brightcents.com/)
 * I’ll check it out but the mod had said there might be a way in another thread
   so I wanted to see if he had a quick fix.
 * Thanks.
 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/widget-separators/#post-5463835)
 * Firstoff, to safely make changes like this, you need to either use custom css
   in your theme or plugin, OR convert your theme to a child theme:
    creating a 
   child theme [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * A few minutes with a browser inspector shows me that the css you need is:
 *     ```
       .widget {
        border-top: none;
       }
       ```
   
 * If you need to only remove some of the borders, then add the specific widget 
   class to the css to make it more specific.
 * You may also want to reduce the padding, also may want to remove the empty widget
   areas completely.
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/widget-separators/#post-5463850)
 * [@ross](https://wordpress.org/support/users/ross/) thanks for helping out!
 * @Chenell let me know if you need any more help with the widget borders or other
   customizations.

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

The topic ‘Widget Separators’ is closed to new replies.

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

 * 4 replies
 * 3 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/widget-separators/#post-5463850)
 * Status: resolved