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

---

# remove image border

 *  Resolved [karolinez](https://wordpress.org/support/users/karolinez/)
 * (@karolinez)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-image-border-2/)
 * I have been going through and attempting to edit the css for mon cahier for awhile
   now and for the life of me I can’t figure out how to remove the border from the
   images in posts. Right now there is a thin black border (theme default), and 
   I would like to remove that.
 * Any help would be greatly appreciated!!
 * (my site is karolinewithak.com)
 * [http://wordpress.org/themes/mon-cahier/](http://wordpress.org/themes/mon-cahier/)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/remove-image-border-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/remove-image-border-2/page/2/?output_format=md)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-image-border-2/#post-3964520)
 * Have you been making edits to any other file (other than style.css)?
 *  Thread Starter [karolinez](https://wordpress.org/support/users/karolinez/)
 * (@karolinez)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-image-border-2/#post-3964524)
 * no, I’ve just been working in the “editor” section on the wordpress dashboard
   where all of the css info is. I’m not too experienced with code and am not a 
   developer by any means, so I’m not entirely sure what I’m doing!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-image-border-2/#post-3964529)
 * In that case you may want to install this [CSS Manager plugin](http://wordpress.org/extend/plugins/custom-css-manager-plugin/)
   and instead use [its section of the dashboard](http://s.wordpress.org/extend/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=704634)
   to hold your CSS modifications.
 * Otherwise your modifications may be erased when the theme updates.
 * If you can’t remember or identify which particular style(s) you changed in the
   style.css file, use a service like [Diffchecker](http://diffchecker.com) to spot-
   the-difference between the [theme’s original style.css file](http://themes.svn.wordpress.org/mon-cahier/2.6/style.css)
   and your style.css file.
 * Once you find differences you can just copy and paste them into your Custom CSS
   Manager part of the dashboard.
 *  Thread Starter [karolinez](https://wordpress.org/support/users/karolinez/)
 * (@karolinez)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-image-border-2/#post-3964536)
 * Thanks, Andrew I am going to go and install those plugins! However I am still
   unable to find the section of code I would need to edit in order to get the border
   to go away. I’ve successfully changed font faces/colors, but this one is alluding
   me!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-image-border-2/#post-3964543)
 * Do you have Google Chrome or Firefox?
 *  Thread Starter [karolinez](https://wordpress.org/support/users/karolinez/)
 * (@karolinez)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-image-border-2/#post-3964545)
 * Safari. Oh, and I seem to have fixed it! Thank you so much for your help!!
 *  [rasquared](https://wordpress.org/support/users/rasquared/)
 * (@rasquared)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-image-border-2/#post-3964876)
 * Hi Karolinez,
 * I am having the same issue. Can you share how you managed to remove the image
   border?
 * Thanks
 *  Theme Author [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * (@crondeau)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-image-border-2/#post-3964877)
 * Hi [@rasquared](https://wordpress.org/support/users/rasquared/),
    To remove the
   border around the images, you need to set the CSS to
 *     ```
       img.alignleft,
       img.aligncenter,
       img.alignright {
       	border: none;
       }
       ```
   
 * You can add this to your custom CSS if you are using a plugin like Andrew suggested,
   or Jetpack also has a CSS editor.
 * Otherwise you can also make a child theme. Here’s an example of a child theme
   
   [http://www.bluelimemedia.com/2012/09/22/mon-cahier-child-theme/](http://www.bluelimemedia.com/2012/09/22/mon-cahier-child-theme/)
 *  [rasquared](https://wordpress.org/support/users/rasquared/)
 * (@rasquared)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-image-border-2/#post-3964878)
 * Thank-you Christine. I did as you suggested and the border is now gone.
 * Btw, your theme is really cool!
 *  Theme Author [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * (@crondeau)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-image-border-2/#post-3964879)
 * Great. Thanks for the update and the compliment.
 *  [ilanemaximo](https://wordpress.org/support/users/ilanemaximo/)
 * (@ilanemaximo)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-image-border-2/#post-3964884)
 * Hi! I changed the theme on my website to Mon Cahier, but I am having trouble 
   removing the borders around the images. I used the child theme, and a code, but
   if you check out [http://www.cultiv8health.com](http://www.cultiv8health.com),
   you will see that almost all pictures still have a black border around them, 
   including the “meet the author” photo. I would appreciate any help. Thanks!
 *  Theme Author [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * (@crondeau)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-image-border-2/#post-3964885)
 * Just looking at the CSS of your child theme here – [http://cultiv8health.com/wp-content/themes/cultiv8healththeme/style.css?ver=3.5.1](http://cultiv8health.com/wp-content/themes/cultiv8healththeme/style.css?ver=3.5.1)
 * I don’t see the CSS for removing the border images.
 * If you add the code supplied above that should do the trick.
 *  [ilanemaximo](https://wordpress.org/support/users/ilanemaximo/)
 * (@ilanemaximo)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-image-border-2/#post-3964886)
 * Hi Christine! Thank you so much for replying.
    I added the code, but the borders
   still show. Am I missing a { or something? Thanks!
 *  Theme Author [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * (@crondeau)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-image-border-2/#post-3964887)
 * The image on your homepage with the PLANS no longer has a border, but I see that
   the other ones do.
 * Try adding this:
 *     ```
       .wp-caption {
       border: none;
       }
       ```
   
 * That should take care of the images with captions as well.
 *  [ilanemaximo](https://wordpress.org/support/users/ilanemaximo/)
 * (@ilanemaximo)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-image-border-2/#post-3964888)
 * Thank you SO much, Christine! It worked 🙂
    I switched themes because Mon Cahier
   is so clean and prett. Thanks for the design and prompt replies.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/remove-image-border-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/remove-image-border-2/page/2/?output_format=md)

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mon-cahier/2.8.6/screenshot.png)
 * Mon Cahier
 * [Support Threads](https://wordpress.org/support/theme/mon-cahier/)
 * [Active Topics](https://wordpress.org/support/theme/mon-cahier/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mon-cahier/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mon-cahier/reviews/)

 * 16 replies
 * 5 participants
 * Last reply from: [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/remove-image-border-2/page/2/#post-3964889)
 * Status: resolved