Title: Removing image shadow/border
Last modified: August 31, 2016

---

# Removing image shadow/border

 *  [lavamilkmike](https://wordpress.org/support/users/lavamilkmike/)
 * (@lavamilkmike)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/removing-image-shadowborder/)
 * Hi, I’m trying to remove the border/shadow around all the images on my site. 
   I’ve looked at a few of the topics on here but noting seems to work. Any help
   would be greatly appreciated.
 * My site – [http://lavamilk.com/our-work/](http://lavamilk.com/our-work/)
 * Thanks

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

 *  [JovanaV](https://wordpress.org/support/users/jovanav/)
 * (@jovanav)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/removing-image-shadowborder/#post-7304427)
 * Hello,
 * You can do it simply by pasting this in Virtue custom CSS box:
 *     ```
       img.light-dropshaddow {
           -webkit-box-shadow: none;
           -moz-box-shadow: none;
           box-shadow: none;
       }
       ```
   
 * Best regards.
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/removing-image-shadowborder/#post-7304535)
 * Hey,
    In your theme options> misc settings. Turn off the image border there.
 * Kadence Themes
 *  Thread Starter [lavamilkmike](https://wordpress.org/support/users/lavamilkmike/)
 * (@lavamilkmike)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/removing-image-shadowborder/#post-7304643)
 * Hi, thanks for the responses.
 * I’ve tried both of the suggested solutions and I still have the image borders/
   shadows.
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/removing-image-shadowborder/#post-7304669)
 * In your css you have:
 *     ```
       .page-header {
           border: none!important;
   
       img.light-dropshaddow {
           -webkit-box-shadow: none;
           -moz-box-shadow: none;
           box-shadow: none;
       }
       ```
   
 * That would need to be fixed to for this to work:
 *     ```
       .page-header {
           border: none!important;
       }
       img.light-dropshaddow {
           -webkit-box-shadow: none;
           -moz-box-shadow: none;
           box-shadow: none;
       }
       ```
   
 * I’m looking into why the button didn’t’ work.
 * Kadence Themes

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

The topic ‘Removing image shadow/border’ is closed to new replies.

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

## Tags

 * [images](https://wordpress.org/support/topic-tag/images/)
 * [virtue theme](https://wordpress.org/support/topic-tag/virtue-theme/)

 * 4 replies
 * 3 participants
 * Last reply from: [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/removing-image-shadowborder/#post-7304669)
 * Status: not resolved