Hello @iamwithU,
Thanks for writing to us.
In order to change the background color, you can use this custom CSS code.
.product_gallery .a3-dgallery .a3dg-image-wrapper {
background-color: #ffffff !important;
}
.product_gallery .a3-dgallery .a3dg-nav {
background-color: #ffffff !important;
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks