Title: Remove shadow from thumbnail
Last modified: May 8, 2017

---

# Remove shadow from thumbnail

 *  Resolved [texins5](https://wordpress.org/support/users/texins5/)
 * (@texins5)
 * [9 years ago](https://wordpress.org/support/topic/remove-shadow-from-thumbnail/)
 * I’m using the single thumbnail gallery, and I’ve figured out how to remove the
   white border with CSS, but I can’t seem to completely remove the shadow around
   the thumbnail. Can you help? Development address is: [http://mshomes.wwdeb.com/](http://mshomes.wwdeb.com/).
   Galleries are used on first row of images you see on the page. Thanks!

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

 *  Plugin Author [bradvin](https://wordpress.org/support/users/bradvin/)
 * (@bradvin)
 * [9 years ago](https://wordpress.org/support/topic/remove-shadow-from-thumbnail/#post-9109674)
 * I had a look at your page and you had it 95% right. You just need to change the`
   box-shadow: 0px;` to `box-shadow:none;`
 * This should do it:
 *     ```
       .foogallery-thumbnail a,
       .foogallery-thumbnail a:hover {
           border: 1px solid #7a7a7a !important;
           margin: 0px !important;
           border: none !important;
           box-shadow: none !important;
       }
       ```
   
 *  Thread Starter [texins5](https://wordpress.org/support/users/texins5/)
 * (@texins5)
 * [9 years ago](https://wordpress.org/support/topic/remove-shadow-from-thumbnail/#post-9110027)
 * Aaahhh, thank you! Spaced out on that one. Appreciate your quick help!

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

The topic ‘Remove shadow from thumbnail’ is closed to new replies.

 * ![](https://ps.w.org/foogallery/assets/icon-256x256.gif?rev=2602542)
 * [Gallery by FooGallery](https://wordpress.org/plugins/foogallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/foogallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/foogallery/)
 * [Active Topics](https://wordpress.org/support/plugin/foogallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/foogallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/foogallery/reviews/)

## Tags

 * [Shadow](https://wordpress.org/support/topic-tag/shadow/)

 * 2 replies
 * 2 participants
 * Last reply from: [texins5](https://wordpress.org/support/users/texins5/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/remove-shadow-from-thumbnail/#post-9110027)
 * Status: resolved