Title: Shadow
Last modified: August 21, 2016

---

# Shadow

 *  Resolved [antoniocarloslima](https://wordpress.org/support/users/antoniocarloslima/)
 * (@antoniocarloslima)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/shadow/)
 * I inserted a logo in the footer, with the edge on the same background color and
   no border, but always appears a shadow, distinguishing right from the bottom 
   of the footer. How do I leave everything “flat”?
 * [http://wordpress.org/plugins/footer-putter/](http://wordpress.org/plugins/footer-putter/)

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

 *  Plugin Author [Russell Jamieson](https://wordpress.org/support/users/powerblogservice/)
 * (@powerblogservice)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/shadow/#post-4399114)
 * Antonio,
 * It is likely you WordPress theme is adding the shadow. You need to suppress this
   behaviour by adding some CSS settings to the theme.
 * If you post the URL of your page then I can help with the required CSS.
 *  Thread Starter [antoniocarloslima](https://wordpress.org/support/users/antoniocarloslima/)
 * (@antoniocarloslima)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/shadow/#post-4399117)
 * [http://blogs.colmeiadeseret.com/cantinhodamari/](http://blogs.colmeiadeseret.com/cantinhodamari/)
 *  Plugin Author [Russell Jamieson](https://wordpress.org/support/users/powerblogservice/)
 * (@powerblogservice)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/shadow/#post-4399126)
 * Hi
 * Line 357 of your theme’s style.css file places a box shadow around images:
 *     ```
       .widget img, img.header-image, .author-avatar img, img.wp-post-image {
       border-radius: 3px;
       box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
       }
       ```
   
 * To suppress this in the footer add the following line to your style.css file (
   or to Edit CSS if using Jetpack)
 *     ```
       .custom-footer .widget img {
       box-shadow: none;
       }
       ```
   
 *  Thread Starter [antoniocarloslima](https://wordpress.org/support/users/antoniocarloslima/)
 * (@antoniocarloslima)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/shadow/#post-4399129)
 * Thank you!

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

The topic ‘Shadow’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/footer-putter_ffffff.svg)
 * [Footer Putter](https://wordpress.org/plugins/footer-putter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/footer-putter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/footer-putter/)
 * [Active Topics](https://wordpress.org/support/plugin/footer-putter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/footer-putter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/footer-putter/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [antoniocarloslima](https://wordpress.org/support/users/antoniocarloslima/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/shadow/#post-4399129)
 * Status: resolved