Title: Remove image border
Last modified: August 21, 2016

---

# Remove image border

 *  Resolved [Katharine](https://wordpress.org/support/users/katharineholmes/)
 * (@katharineholmes)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-image-border-4/)
 * How do I remove borders on images in pages/posts? See: [http://www.katharineholmes.ca/social-media/](http://www.katharineholmes.ca/social-media/)
 * Thanks!

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

 *  Theme Author [Fruitful Code](https://wordpress.org/support/users/fruitfulcode/)
 * (@fruitfulcode)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-image-border-4/#post-4474657)
 * katharineholmes
 * Theme options > custom css
 * Add this line
    `.site-content .entry-content p img {box-shadow:0px 0px 0px}`
 *  [salsaturation](https://wordpress.org/support/users/salsaturation/)
 * (@salsaturation)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-image-border-4/#post-4474668)
 * Hi Katharine
 * Your post is marked as resolved but can still see the borders on your images.
   Did you mean to mark it as resolved? Anyway if you still need the solution… the
   code affecting it is:
 *     ```
       .site-content .entry-content p a img, .site-content .entry-content p img {
       box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
       }
       ```
   
 * If you don’t already have a custom.css you should install a plugin like [custom CSS plugin](http://wordpress.org/plugins/custom-css-manager-plugin/)
   then add the following to the custom css area.
 *     ```
       .site-content .entry-content p a img, .site-content .entry-content p img {
       box-shadow: none;
       }
       ```
   
 *  Theme Author [Fruitful Code](https://wordpress.org/support/users/fruitfulcode/)
 * (@fruitfulcode)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-image-border-4/#post-4474713)
 * salsaturation,
 * Fruitful theme has **custom css** in theme options
 *  Thread Starter [Katharine](https://wordpress.org/support/users/katharineholmes/)
 * (@katharineholmes)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-image-border-4/#post-4474745)
 * Thanks! Worked perfectly. 🙂
 * Katharine
 *  [andracuamic](https://wordpress.org/support/users/andracuamic/)
 * (@andracuamic)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/remove-image-border-4/#post-4474882)
 * Really useful! Thanks!
 *  [Carrie7891](https://wordpress.org/support/users/carrie7891/)
 * (@carrie7891)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/remove-image-border-4/#post-4474883)
 * Hello,
 * I’ve read countless items about removing the image border or shadow and deleted/
   changed where I can and followed the instructions above (I believe) but it still
   won’t change. Please can you help and guide me about what I need to change and
   where to get rid of these grey borders.
 * The address is [](http://thepetpartyshop.com/?page_id=22)
 * thanks
    Carrie
 *  [alonis10](https://wordpress.org/support/users/alonis10/)
 * (@alonis10)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-image-border-4/#post-4474907)
 * I’m having the same issue as Carrie – I entered the given code into the Custom
   CSS of the theme, but the border is still showing up: see [this page](http://lbsbakery.com/2014/09/14/on-love-and-chocolate/#more-527)(
   also, why is it only showing up for the second image?)
 * Thanks in advance!

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

The topic ‘Remove image border’ is closed to new replies.

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

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)
 * [Image border](https://wordpress.org/support/topic-tag/image-border/)
 * [img](https://wordpress.org/support/topic-tag/img/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [post](https://wordpress.org/support/topic-tag/post/)

 * 7 replies
 * 6 participants
 * Last reply from: [alonis10](https://wordpress.org/support/users/alonis10/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/remove-image-border-4/#post-4474907)
 * Status: resolved