Title: Remove image border
Last modified: December 15, 2018

---

# Remove image border

 *  Resolved [julieamalje](https://wordpress.org/support/users/julieamalje/)
 * (@julieamalje)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/remove-image-border-8/)
 * Hello!
 * Whenever i try to insert an image in my post, it creates a grey border around
   the image. Even though the image itself is transparent, i still get the border.
   Is there a way to remove this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-image-border-8%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/remove-image-border-8/#post-10992263)
 * Hi [@julieamalje](https://wordpress.org/support/users/julieamalje/),
 * You can remove the border by going to Appearance → Customize → Additional CSS(
   the menu labels might be different in your language) and adding the following
   code:
 *     ```
       img.alignleft,
       .alignleft img,
       img.aligncenter,
       .aligncenter img,
       img.alignright,
       .alignright img,
       img.alignnone,
       .alignnone img {
           border: none;
       }
       ```
   
 * — Anders
 *  Thread Starter [julieamalje](https://wordpress.org/support/users/julieamalje/)
 * (@julieamalje)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/remove-image-border-8/#post-10992275)
 * Hi Anders,
 * Thank you so much for your quick reply. I followed your steps and it worked flawlessly!
 * Again, thank you so much! 😀
 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/remove-image-border-8/#post-10992381)
 * [@julieamalje](https://wordpress.org/support/users/julieamalje/) No problem!

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fukasawa/2.1.3/screenshot.jpg)
 * Fukasawa
 * [Support Threads](https://wordpress.org/support/theme/fukasawa/)
 * [Active Topics](https://wordpress.org/support/theme/fukasawa/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fukasawa/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fukasawa/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Anders Norén](https://wordpress.org/support/users/anlino/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/remove-image-border-8/#post-10992381)
 * Status: resolved