Title: how to remove widget shadow?
Last modified: August 31, 2016

---

# how to remove widget shadow?

 *  Resolved [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * (@tuhinbiswas98)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/how-to-remove-widget-shadow/)
 * i want to remove widget shadows with css i did try some but nothing working can
   someone help me 🙁
 * my site = [http://laughinghive.com/](http://laughinghive.com/)

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

 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/how-to-remove-widget-shadow/#post-7236477)
 * Hi,
 * Use the following in Theme Options -> Custom CSS
 *     ```
       .widget::after {
           box-shadow: none !important;
       }
       ```
   
 * Thank you
 *  Thread Starter [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * (@tuhinbiswas98)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/how-to-remove-widget-shadow/#post-7236492)
 * ty ty ty its worrking 😀

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

The topic ‘how to remove widget shadow?’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/how-to-remove-widget-shadow/#post-7236492)
 * Status: resolved