Title: Remove Image Border from posts
Last modified: August 21, 2016

---

# Remove Image Border from posts

 *  Resolved [reachpushkar](https://wordpress.org/support/users/reachpushkar/)
 * (@reachpushkar)
 * [12 years ago](https://wordpress.org/support/topic/remove-image-border-from-posts/)
 * Hey Richie,
 * I cannot remove the gray border around the image in any post. I inserted the 
   code below in style.css but was no help.
    img { border: none; } I also made the
   following changes from 4px to 0px in css, but its still visible. #post-entry 
   article img.rounded { -webkit-border-radius: 0px; border-radius: 0px; } I’m new
   to WP. Please, can you help me out? My blog is backpacktravelling.com
 * Thank you for the great theme.

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

 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [12 years ago](https://wordpress.org/support/topic/remove-image-border-from-posts/#post-4714605)
 * try use the theme option->custom css, do not edit the style.css for future proof
   update.
 * seem fine to me, no border in image. is it fixed already? link me the post or
   page that have img border?
 *  Thread Starter [reachpushkar](https://wordpress.org/support/users/reachpushkar/)
 * (@reachpushkar)
 * [12 years ago](https://wordpress.org/support/topic/remove-image-border-from-posts/#post-4714645)
 * Here are the links
 * Post 1: [http://backpacktravelling.com/10-must-have-things-in-my-travel-bag/](http://backpacktravelling.com/10-must-have-things-in-my-travel-bag/)
 * Post 2: [http://backpacktravelling.com/weekend-getaways-in-karjat/](http://backpacktravelling.com/weekend-getaways-in-karjat/)
 * Basically, any image with caption has a gray border.
 * Thanks.
 *  Thread Starter [reachpushkar](https://wordpress.org/support/users/reachpushkar/)
 * (@reachpushkar)
 * [12 years ago](https://wordpress.org/support/topic/remove-image-border-from-posts/#post-4714647)
 * Ignore Post 2 above
 * here’s the link for Post 2: [http://backpacktravelling.com/kamshet-paragliding-paradise/](http://backpacktravelling.com/kamshet-paragliding-paradise/)
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [12 years ago](https://wordpress.org/support/topic/remove-image-border-from-posts/#post-4714681)
 * i see, that’s the caption block
    try add this to theme option->custom css
 *     ```
       #custom .wp-caption {
       	padding: 0px 0px 9px;
       	box-shadow: 0 0px 2px transparent;
       	background-color: #fff !important;
       }
       #custom .wp-caption .wp-caption-text:before {
       	content: '';
       }
       ```
   
 *  Thread Starter [reachpushkar](https://wordpress.org/support/users/reachpushkar/)
 * (@reachpushkar)
 * [12 years ago](https://wordpress.org/support/topic/remove-image-border-from-posts/#post-4714705)
 * Hey Richie! It worked! Thanks a ton!

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

The topic ‘Remove Image Border from posts’ is closed to new replies.

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

## Tags

 * [remove image border](https://wordpress.org/support/topic-tag/remove-image-border/)

 * 5 replies
 * 2 participants
 * Last reply from: [reachpushkar](https://wordpress.org/support/users/reachpushkar/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/remove-image-border-from-posts/#post-4714705)
 * Status: resolved