How to remove container box in WordPress pages? [closed]

Set border property to none instead of white.

article.hentry {
        border: none; // set this to none for no border
        padding: 1px;
        background-color: #FFF !important;
    }

File not found.