In my design, I apply a box-shadow to all images within a certain section. However, there is one image in that section that should not have a box-shadow. If I assign that image an ID or class to give it higher priority, how can I effectively remove the box-shadow? Simply setting it to 0px has proven unsuccessful.
Appreciate your help! John