Title: Two borders
Last modified: August 20, 2016

---

# Two borders

 *  [wallelis](https://wordpress.org/support/users/wallelis/)
 * (@wallelis)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/two-borders/)
 * Hello, I am having problems to remove the second border that appeared on my widget
   area… the small ones. My website is srasdobonfim.net
    Another thing.. Is it possible
   to remove the top border of my posts area? Just the one on top… the others that
   separate the posts I do not want to remove. Thanks!

Viewing 1 replies (of 1 total)

 *  [zeaks](https://wordpress.org/support/users/zeaks/)
 * (@zeaks)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/two-borders/#post-3431504)
 * The border on the left of the sidebar is added to the wrong class, try this.
 * Change
 *     ```
       .widget-area ul {
           border-left: 1px solid #CCCCCC;
       }
       ```
   
 * To this
 *     ```
       .widget-area ul {
           border-left: none;
       }
       ```
   
 * Add
 *     ```
       #sidebar {
           border-left: 1px solid #CCCCCC;
       }
       ```
   
 * Then to remove the border above your posts use
 *     ```
       .hentry {
           border-top: medium none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Two borders’ is closed to new replies.

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)
 * [brunelleschi](https://wordpress.org/support/topic-tag/brunelleschi/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)
 * [widgets](https://wordpress.org/support/topic-tag/widgets/)

 * 1 reply
 * 2 participants
 * Last reply from: [zeaks](https://wordpress.org/support/users/zeaks/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/two-borders/#post-3431504)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
