How can I remove the border around the images in my pages and blog posts?
The easiest way to do this, would be to go to Theme Options >> Other Options > Custom CSS, and add the following to your stylesheet:
.size-full, .entry-content img {
border: none;
}
save changes.