Title: Engima theme &#8211; Remove image border
Last modified: August 31, 2016

---

# Engima theme – Remove image border

 *  Resolved [Sundar0707](https://wordpress.org/support/users/sundar0707/)
 * (@sundar0707)
 * [10 years ago](https://wordpress.org/support/topic/engima-theme-remove-image-border-1/)
 * Hi
    I am currently using the Enigma theme for my website, which I have not yet
   made online. I would like to remove image borders that appear when I insert an
   image into my blog.
 * I have already tried typing in
    img {border: none} or img {border: 0px} in the
   custom CSS section.
 * However, neither of these remove the image borders. Since I have not yet made
   my website online, here is a screenshot.
    [http://imgur.com/LZpH1RT](http://imgur.com/LZpH1RT)
 * Any suggestions will be great.
 * Thanks a lot
    Sundar

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

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years ago](https://wordpress.org/support/topic/engima-theme-remove-image-border-1/#post-7308030)
 * Hi..
 * Please tell us, where you add this image.
 * Thanks.
 *  Thread Starter [Sundar0707](https://wordpress.org/support/users/sundar0707/)
 * (@sundar0707)
 * [10 years ago](https://wordpress.org/support/topic/engima-theme-remove-image-border-1/#post-7308057)
 * Hi
    The image borders appear no matter whether I add this image in pages or in
   posts.
 * Best
    Sundar
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years ago](https://wordpress.org/support/topic/engima-theme-remove-image-border-1/#post-7308064)
 * Hi..
 * Please add below css into custom css editor.
 *     ```
       .enigma_blog-img {
           border: none !important;
       }
       ```
   
 * Save the changes.
 * thanks.
 *  Thread Starter [Sundar0707](https://wordpress.org/support/users/sundar0707/)
 * (@sundar0707)
 * [10 years ago](https://wordpress.org/support/topic/engima-theme-remove-image-border-1/#post-7308092)
 * Thanks a lot!!
 * It works if I do not have a figure caption. If I add a caption to the figure 
   the border reappears.
 * Any solution?
 * Best
    Sundar
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years ago](https://wordpress.org/support/topic/engima-theme-remove-image-border-1/#post-7308096)
 * Hi..
 * Please share screenshot of page where you add image with caption.
 * Thanks.
 *  Thread Starter [Sundar0707](https://wordpress.org/support/users/sundar0707/)
 * (@sundar0707)
 * [10 years ago](https://wordpress.org/support/topic/engima-theme-remove-image-border-1/#post-7308097)
 * Hi
    It is the same link that I had sent previously 🙂 [http://imgur.com/LZpH1RT](http://imgur.com/LZpH1RT)
 * Best
    Sundar
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years ago](https://wordpress.org/support/topic/engima-theme-remove-image-border-1/#post-7308100)
 * Hi,
 * Please use below CSS
 *     ```
       .wp-caption {
         border: 0 none !important;
       }
       ```
   
 * Let us know for further assistance.
 * Thanks.
 *  Thread Starter [Sundar0707](https://wordpress.org/support/users/sundar0707/)
 * (@sundar0707)
 * [10 years ago](https://wordpress.org/support/topic/engima-theme-remove-image-border-1/#post-7308101)
 * It works!! Great!
 * Thanks a lot
    Sundar
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years ago](https://wordpress.org/support/topic/engima-theme-remove-image-border-1/#post-7308104)
 * Most Welcome..
 * Thanks.

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

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

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

## Tags

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

 * 9 replies
 * 2 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/engima-theme-remove-image-border-1/#post-7308104)
 * Status: resolved