Hello, you should change the background color for that color scheme back to a solid color instead of transparent. #FFFFFF is good this will be the background color for your inputs.
Then make the background transparent by adding this CSS to the Custom CSS section in “Product information”:
product-info {
background: transparent;
}

