Title: Remove box shadow
Last modified: August 22, 2016

---

# Remove box shadow

 *  Resolved [iam_jamie_leigh](https://wordpress.org/support/users/iam_jamie_leigh/)
 * (@iam_jamie_leigh)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-box-shadow-4/)
 * Hiya!
 * Sweet plugin, loving it!
 * I’ve tried to remove the box shadow with the following CSS but it’s a wee bit
   stubborn and won’t go away 😉
 *     ```
       #ctx-module .ctx-link-image img {
       	box-shadow: none !important;
       }
       ```
   
 * Suggestions?
 * Peace!
 * Jamie
 * [https://wordpress.org/plugins/contextly-related-links/](https://wordpress.org/plugins/contextly-related-links/)

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

 *  Plugin Author [rsingel](https://wordpress.org/support/users/rsingel/)
 * (@rsingel)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-box-shadow-4/#post-5593465)
 * Hi Jamie,
 * Not totally sure why that’s not working and hard to test since your site is locked
   down and I don’t see that snippet in the CSS box.
 * But try one of these two snippets in the CSS box to see if they do the trick.
 *     ```
       #ctx-module .ctx-link-image img {
       	max-width: 100% !important;
       	box-shadow: 0 opx 0px rgba(0, 0, 0, 0);
       }
       ```
   
 * or
 *     ```
       .ctx-link-image img {
       	max-width: 100% !important;
       	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
       }
       ```
   
 *  Thread Starter [iam_jamie_leigh](https://wordpress.org/support/users/iam_jamie_leigh/)
 * (@iam_jamie_leigh)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-box-shadow-4/#post-5593466)
 * Holy fast reply, Batman!!
 * Guess what? I think I was doing it wrong as I was adding the CSS to my child 
   theme’s stylesheet as opposed to the “Big Settings Button” config area.
 * When I entered
 *     ```
       #ctx-module .ctx-link-image img {
       	max-width: 100% !important;
       	box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
       }
       ```
   
 * into the CSS box on the module tab of the Contextly settings, *poof* no more 
   box-shadow!!!
 * Silly mistake that I should have tested first (that’s what I get for working 
   late)!!!!
 * Thanks, you’re a support superstar and the plugin kicks ass!
 *  Plugin Author [rsingel](https://wordpress.org/support/users/rsingel/)
 * (@rsingel)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-box-shadow-4/#post-5593467)
 * Awesome! Glad it worked out. And thanks for the kind words. Looking forward to
   seeing it live.
 * Ryan

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

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

 * ![](https://ps.w.org/contextly-related-links/assets/icon-256x256.png?rev=984192)
 * [Contextly Recommends](https://wordpress.org/plugins/contextly-related-links/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contextly-related-links/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contextly-related-links/)
 * [Active Topics](https://wordpress.org/support/plugin/contextly-related-links/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contextly-related-links/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contextly-related-links/reviews/)

## Tags

 * [contextly](https://wordpress.org/support/topic-tag/contextly/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * 3 replies
 * 2 participants
 * Last reply from: [rsingel](https://wordpress.org/support/users/rsingel/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/remove-box-shadow-4/#post-5593467)
 * Status: resolved