Hi, all:
I cannot control a shadow style for a newly added .png image. It's near the top of the page, titled "1 Peter."
I don't want the shadow to appear at its borders (although other images on my site have the desired border shadowing).
https://www.warrencampdesign.com/peter/commentaries-part1/week2.php
.img_peterBanner {
padding: 30px 2px 2px 2px;
border: 0;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
I've used values of "none" and "0." I even added, "!important." Nothing works.
What must I do to remove that image's shadowing?
Thank you for helping me.