Help needed for photo box.

I have a blue background and would like to remove the white frame as well as drop shadow for my photo box.
I have tried adding the css below:

.image_frame {
  border-width: 0; 
}
.image_frame .image_wrapper .mask {
 -webkit-box-shadow: none; 
 box-shadow: none; 
}

They managed to remove the white border and drop shadow but when hovering, I see an oversized "opacity mask"? over my image.
Is there a way to make it just cover my image and not the whole area?


Thank you for your time.

SY Lim.

Comments

Sign In or Register to comment.