Hi,
1. Maybe you should try the WP Image Zoom plugin
How to Add Magnifying Zoom for Images in WordPress
2. Use the next codes:
/*Checkout tiltle color*/
.woocommerce-checkout h3 {
color:white!important;
}
/*Checkout label title color*/
.woocommerce-page form .form-row label {
color:white!important;
}
Regards