Title: Constructor &#8211; remove borders/lines?
Last modified: August 19, 2016

---

# Constructor – remove borders/lines?

 *  Resolved [outlined](https://wordpress.org/support/users/outlined/)
 * (@outlined)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/constructor-remove-borderslines/)
 * I am using Constructor, the default theme, and trying to remove the borders/lines
   around the post area and the area that goes all the way around the posts and 
   sidebar together. The borders/lines are only showing up on Mozilla Firefox (version
   3.6.6) and not on IE 8.
    I’ve been tinkering in the css file of the default file,
   and when that didn’t work also tried my hand at the style1.css file of the cache
   folder, but to no avail (I just a tinkerer!) Any help would be much appreciated.
   Cindy PS: if you want to look at the borders/lines in Mozilla: outlined.me

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

 *  [zero9cool](https://wordpress.org/support/users/zero9cool/)
 * (@zero9cool)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/constructor-remove-borderslines/#post-1563383)
 * CINDY, USE THE CSS OPTION IN THE THEME CUSTOMIZE MENU:
 * To remove lines around the post title :
 *     ```
       .hentry .title {
           border:0 !important;
       }
       ```
   
 * To remove border around the whole post area :
 *     ```
       #wrapper {
           border:0 !important;
       }
       ```
   
 * To remove border around the inserted images :
 *     ```
       .hentry .entry img {
           border-style: none !important;
       }
       ```
   
 * I hope this helps
 *  [zero9cool](https://wordpress.org/support/users/zero9cool/)
 * (@zero9cool)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/constructor-remove-borderslines/#post-1563384)
 * If this does not help please post a link of your site pointing the borders you
   want to remove 🙂
 *  Thread Starter [outlined](https://wordpress.org/support/users/outlined/)
 * (@outlined)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/constructor-remove-borderslines/#post-1563408)
 * Thanks for the help!
 *  [vinaykhatri2002](https://wordpress.org/support/users/vinaykhatri2002/)
 * (@vinaykhatri2002)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/constructor-remove-borderslines/#post-1563578)
 * i have use above mention codes to remove image border but unable to get result.
 * please visit [http://jvpagara.com/test](http://jvpagara.com/test) and advice 
   how can i remove border around the images.
 * Thanks in advance.

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

The topic ‘Constructor – remove borders/lines?’ is closed to new replies.

 * 4 replies
 * 3 participants
 * Last reply from: [vinaykhatri2002](https://wordpress.org/support/users/vinaykhatri2002/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/constructor-remove-borderslines/#post-1563578)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
