Hi Sandy,
You can write a custom CSS for changing the background color of the image container. Remember you need to change the custom CSS in child theme Style.css.
.featured-image-portfolio {
margin: 1.5rem auto 1.5rem 0;
background-color: #fff;
}
Thanks.