Title: Remove box-shadow from image
Last modified: April 21, 2017

---

# Remove box-shadow from image

 *  Resolved [michaeltaube](https://wordpress.org/support/users/michaeltaube/)
 * (@michaeltaube)
 * [9 years ago](https://wordpress.org/support/topic/remove-box-shadow-from-image/)
 * Hello,
    with CSS I set up a light shadow for all the images in my content area.
   I have one page where I want to remove the box shadow of one or all images. I
   know this would work if I give one image an ID or several images the same class.
   On the page I want to remove the box-shadow I use the beaver plugin and it’s 
   built-in option to give the image an ID. [Link to page](http://michaeltaube.net/10tippsebook/)
 * My problem is know that I don’t know how to overwrite the general rule. I tried
   with !important, but it doesn’t work. It seems that I don’t have the right selector.
 * Can someone help me to find the right selector, please?
 * Kind Regards,
    Michael

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

 *  [deepak211091](https://wordpress.org/support/users/deepak211091/)
 * (@deepak211091)
 * [9 years ago](https://wordpress.org/support/topic/remove-box-shadow-from-image/#post-9052550)
 * Hi michaeltaube
 * please use the page id as a classname and write your css
 * .page-id-875 #content img {
    box-shadow: 0 0 0; }
 *  Thread Starter [michaeltaube](https://wordpress.org/support/users/michaeltaube/)
 * (@michaeltaube)
 * [9 years ago](https://wordpress.org/support/topic/remove-box-shadow-from-image/#post-9052802)
 * thank you! I never would had thing about using the page ID as a classname. Awesome
   hint!

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

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

## Tags

 * [box-shadow](https://wordpress.org/support/topic-tag/box-shadow/)
 * [class](https://wordpress.org/support/topic-tag/class/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [id](https://wordpress.org/support/topic-tag/id/)
 * [image](https://wordpress.org/support/topic-tag/image/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [michaeltaube](https://wordpress.org/support/users/michaeltaube/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/remove-box-shadow-from-image/#post-9052802)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
